Skip to content

Commit 75cfd1c

Browse files
committed
add test
1 parent b2d55ef commit 75cfd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/validation.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ describe('validateVersion', () => {
7272
assert.throws(() => validateVersion('.0.1'));
7373
assert.throws(() => validateVersion('0.1.'));
7474
assert.throws(() => validateVersion('0.0.0.1'));
75+
assert.throws(() => validateVersion('1.0.a'));
7576
});
7677
});
7778

0 commit comments

Comments
 (0)