Skip to content

Commit

Permalink
test: skip cli for win.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Sep 30, 2024
1 parent 4700ca0 commit 28424d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('duel', () => {
)
})

it('works as a cli script', () => {
it('works as a cli script', { skip: shell }, () => {
const resp = execSync(`${resolve(__dirname, '..', 'src', 'duel.js')} -h`, {
shell,
})
Expand Down

0 comments on commit 28424d5

Please sign in to comment.