We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc19faa + 5b6719a commit 57edfaeCopy full SHA for 57edfae
src/test/validation.test.ts
@@ -74,7 +74,6 @@ describe('validateVersion', () => {
74
assert.throws(() => validateVersion('0.0.0.1'));
75
assert.throws(() => validateVersion('1.0-pre'));
76
assert.throws(() => validateVersion('pre'));
77
- assert.throws(() => validateVersion('pre-1.0.0'));
78
});
79
80
0 commit comments