Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Apr 17, 2024
1 parent cc19faa commit 5b6719a
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 @@ -74,7 +74,6 @@ describe('validateVersion', () => {
assert.throws(() => validateVersion('0.0.0.1'));
assert.throws(() => validateVersion('1.0-pre'));
assert.throws(() => validateVersion('pre'));
assert.throws(() => validateVersion('pre-1.0.0'));
});
});

Expand Down

0 comments on commit 5b6719a

Please sign in to comment.