We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d55ef commit 75cfd1cCopy full SHA for 75cfd1c
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