Skip to content

Commit

Permalink
test(cli): fix my-calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Dec 11, 2023
1 parent 1c0de16 commit 1ba5880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ describe('test', () => {
const { stdout } = await $({
cwd: `${examples}/my-calculator`,
})`pnpm haetae myTest --json`
expect(stdout).toContain('Command test is successfully executed.')
expect(stdout).toContain('Command myTest is successfully executed.')
})
})

0 comments on commit 1ba5880

Please sign in to comment.