Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianok committed Feb 19, 2024
1 parent 8e3f9d4 commit 5e6631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/bin/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ describe('bin', () => {
await waitToResolve();

expect(generateFromTemplate).toHaveBeenCalledTimes(1);
expect(console.log).toHaveBeenCalledWith('Bye, bye!');
expect(console.log).toHaveBeenCalledWith('Template generation aborted');
});
});

0 comments on commit 5e6631c

Please sign in to comment.