We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a2bac commit 2e13000Copy full SHA for 2e13000
src/__tests__/version-test.js
@@ -8,7 +8,7 @@ import { version, versionInfo } from '../version';
8
describe('Version', () => {
9
it('version', () => {
10
expect(version).to.be.a('string');
11
- expect(version).to.match(/^\d+\.\d+\.\d(-rc.\d+)?$/);
+ expect(version).to.match(/^\d+\.\d+\.\d(-(alpha|beta|rc)\.\d+)?$/);
12
});
13
14
it('versionInfo', () => {
0 commit comments