Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Add test ensuring contributors are releasing beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Jan 10, 2020
1 parent f471512 commit 68772b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/package.json.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ describe('package.json', () => {
it('doesn’t have any dependencies', () => {
expect(require('../package.json').dependencies).toBeUndefined();
});
it('has “beta” in the version (delete test before merging to master)', () => {
expect(require('../package.json').version).toContain('beta');
});
});

0 comments on commit 68772b3

Please sign in to comment.