diff --git a/test/integration.js b/test/integration.js index fb5b244..34c58b2 100644 --- a/test/integration.js +++ b/test/integration.js @@ -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, })