Skip to content

Commit 67c71c1

Browse files
committed
fix ci
1 parent 35df7a4 commit 67c71c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: e2e/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ test('init the docs directory', async t => {
3333
})
3434

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

0 commit comments

Comments
 (0)