We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d5822 + 5c6599e commit 7b9b7f3Copy full SHA for 7b9b7f3
src/test/validation.test.ts
@@ -73,7 +73,6 @@ 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