Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 20, 2020
1 parent 35df7a4 commit 67c71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ test('init the docs directory', async t => {
})

test('init the docs directory twice', async t => {
const {stdout} = await execa(rootCommand, ['init', './test_docs'], {reject: false, input: 'n'})
const {stdout} = await execa(rootCommand, ['init', './'], {reject: false, input: 'n'})
t.snapshot(stdout)
})

0 comments on commit 67c71c1

Please sign in to comment.