We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35df7a4 commit 67c71c1Copy full SHA for 67c71c1
e2e/index.js
@@ -33,6 +33,6 @@ test('init the docs directory', async t => {
33
})
34
35
test('init the docs directory twice', async t => {
36
- const {stdout} = await execa(rootCommand, ['init', './test_docs'], {reject: false, input: 'n'})
+ const {stdout} = await execa(rootCommand, ['init', './'], {reject: false, input: 'n'})
37
t.snapshot(stdout)
38
0 commit comments