Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Apr 12, 2024
1 parent d6d5822 commit 5c6599e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/validation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe('validateVersion', () => {
assert.throws(() => validateVersion('0.1.'));
assert.throws(() => validateVersion('0.0.0.1'));
assert.throws(() => validateVersion('1.0-pre'));
assert.throws(() => validateVersion('pre'));
});
});

Expand Down

0 comments on commit 5c6599e

Please sign in to comment.