Skip to content

Commit 0ccb4c3

Browse files
committed
Fixing test
1 parent 43ec1e3 commit 0ccb4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/cli.integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('CLI Integration Tests', () => {
8282

8383
child.on('close', (code) => {
8484
expect(code).toBe(0);
85-
expect(stdout.trim()).toBe('0.0.2'); // Should match package.json version
85+
expect(stdout.trim()).toBe('0.0.3'); // Should match package.json version
8686
done();
8787
});
8888
}, 10000);

0 commit comments

Comments
 (0)