Skip to content

Commit 4e05ff4

Browse files
test: shell for exec.
1 parent 47983ec commit 4e05ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration.js

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ describe('duel', () => {
206206

207207
it('works as a cli script', () => {
208208
const resp = execSync(`${resolve('./src/duel.js')} -h`, {
209+
shell,
209210
cwd: resolve(__dirname, '..'),
210211
})
211212

0 commit comments

Comments
 (0)