We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b5177 + 75cfd1c commit 5be3900Copy full SHA for 5be3900
src/test/validation.test.ts
@@ -72,6 +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'));
76
});
77
78
0 commit comments