Commit a9b573e

Anton Medvedev <anton@medv.io>
2023-09-06 11:20:33
Fix tests
1 parent 5efd1e3
Changed files (1)
test/cli.test.js
@@ -132,11 +132,11 @@ test('__filename & __dirname are defined', async () => {
 })
 
 test('markdown scripts are working', async () => {
-  await $`node build/cli.js docs/markdown.md`
+  await $`node build/cli.js test/fixtures/markdown.md`
 })
 
 test('markdown scripts are working', async () => {
-  await $`node build/cli.js docs/markdown.md`
+  await $`node build/cli.js test/fixtures/markdown.md`
 })
 
 test('exceptions are caught', async () => {