We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7105181 commit 1c0f80fCopy full SHA for 1c0f80f
src/test/validation.test.ts
@@ -73,6 +73,7 @@ describe('validateVersion', () => {
73
assert.throws(() => validateVersion('0.1.'));
74
assert.throws(() => validateVersion('0.0.0.1'));
75
assert.throws(() => validateVersion('1.0-pre'));
76
+ assert.throws(() => validateVersion('pre'));
77
});
78
79
0 commit comments