Skip to content

Commit 35df7a4

Browse files
committed
fix ci
1 parent a1109f3 commit 35df7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ test('rejects promise due to error on passing in an unknown command', async t =>
2727
})
2828

2929
test('init the docs directory', async t => {
30-
// If you get `./test_docs already exists.`, delete the test_docs directory manually.
31-
const {stdout} = await execa(rootCommand, ['init', './test_docs'], {reject: false, timeout: 3000})
32-
t.snapshot(stdout)
30+
// If you get `./test_docs already exists.`, delete the test_docs directory manually.
31+
const {stdout} = await execa(rootCommand, ['init', './test_docs'], {reject: false, timeout: 3000})
32+
t.snapshot(stdout)
3333
})
3434

3535
test('init the docs directory twice', async t => {

0 commit comments

Comments
 (0)