Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Apr 11, 2024
1 parent b2d55ef commit 75cfd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/validation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('validateVersion', () => {
assert.throws(() => validateVersion('.0.1'));
assert.throws(() => validateVersion('0.1.'));
assert.throws(() => validateVersion('0.0.0.1'));
assert.throws(() => validateVersion('1.0.a'));
});
});

Expand Down

0 comments on commit 75cfd1c

Please sign in to comment.