Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent b7b0592 commit 6ff353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('Smoke test', async (t) => {
{ preferLocal: true },
)

t.is(exitCode, 0)
t.is(exitCode, undefined)
t.is(stdout, '')
t.is(stderr, '')
})

0 comments on commit 6ff353a

Please sign in to comment.