Skip to content

Commit

Permalink
Merge pull request #962 from microsoft/benibenj/testValidation
Browse files Browse the repository at this point in the history
Add more version validation tests
  • Loading branch information
benibenj authored Apr 17, 2024
2 parents 3283b84 + 296b403 commit cc19faa
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 @@ -74,6 +74,7 @@ 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 cc19faa

Please sign in to comment.