Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 11300f0

Browse files
committed
Fixed invalid test.
1 parent 4a5cf45 commit 11300f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"test": "npm run lint && doxdox index.js --layout test/fixtures/template.hbs | diff test/fixtures/generated.html -",
24-
"test:docs": "doxdox index.js --layout index.js | diff DOCUMENTATION.md -",
24+
"test:docs": "doxdox index.js --layout markdown | diff DOCUMENTATION.md -",
2525
"lint": "eslint .",
2626
"fixtures": "doxdox index.js --layout test/fixtures/template.hbs --output test/fixtures/generated.html",
2727
"docs": "doxdox index.js --layout markdown --output DOCUMENTATION.md"

0 commit comments

Comments
 (0)