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