We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
versionInfo.preReleaseTag
1 parent 2831917 commit ced56b2Copy full SHA for ced56b2
src/__tests__/version-test.ts
@@ -20,7 +20,7 @@ describe('Version', () => {
20
21
// istanbul ignore next (Can't be verified on all versions)
22
switch (preReleaseTag?.split('.').length) {
23
- case null:
+ case undefined:
24
break;
25
case 2:
26
expect(preReleaseTag).to.match(
0 commit comments