We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ec1e3 commit 0ccb4c3Copy full SHA for 0ccb4c3
1 file changed
tests/integration/cli.integration.test.js
@@ -82,7 +82,7 @@ describe('CLI Integration Tests', () => {
82
83
child.on('close', (code) => {
84
expect(code).toBe(0);
85
- expect(stdout.trim()).toBe('0.0.2'); // Should match package.json version
+ expect(stdout.trim()).toBe('0.0.3'); // Should match package.json version
86
done();
87
});
88
}, 10000);
0 commit comments