Skip to content

Commit

Permalink
Merge pull request #963 from microsoft/benibenj/re
Browse files Browse the repository at this point in the history
Remove invalid version check
  • Loading branch information
benibenj committed Apr 17, 2024
2 parents cc19faa + 5b6719a commit 57edfae
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 57edfae

Please sign in to comment.