We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acb965 commit 40cdb79Copy full SHA for 40cdb79
e2e/commands/generate.test.js
@@ -21,6 +21,7 @@ test.after('cleanup', () => {
21
})
22
23
test('generate _sidebar.md', t => {
24
+ run(['init', 'docs'], {cwd: genPath})
25
run(['generate', 'docs'], {cwd: genPath})
26
// Check for existence
27
t.true(fs.existsSync(path.join(docsPath, '_sidebar.md')))
0 commit comments