Skip to content

Commit e6c3a5b

Browse files
committedMay 13, 2021
update tests for new version number
1 parent b2f2462 commit e6c3a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('cli', function () {
8585
});
8686

8787
it('prints version', async function () {
88-
const result = '0.6.14\n';
88+
const result = '0.6.15\n';
8989
let stdout = await runCLI('node lib/cli --version');
9090
expect(stdout).to.equal(result);
9191
stdout = await runCLI('node lib/cli -v');

0 commit comments

Comments
 (0)
Please sign in to comment.