We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b9b7f3 + e50ea7a commit fc228a1Copy full SHA for fc228a1
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