Skip to content

Commit

Permalink
version-test: fix validation of versionInfo.preReleaseTag (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 28, 2021
1 parent 2831917 commit ced56b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/version-test.ts
Expand Up @@ -20,7 +20,7 @@ describe('Version', () => {

// istanbul ignore next (Can't be verified on all versions)
switch (preReleaseTag?.split('.').length) {
case null:
case undefined:
break;
case 2:
expect(preReleaseTag).to.match(
Expand Down

0 comments on commit ced56b2

Please sign in to comment.