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

Commit 4b7c242

Browse files
committed
Added lint tests.
1 parent db70e63 commit 4b7c242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
BIN=node_modules/.bin
2+
13
test:
4+
$(BIN)/eslint index.js
5+
$(BIN)/eslint helpers.js
26
doxdox index.js --layout test/fixtures/template.hbs | diff test/fixtures/generated.html -
37

48
fixtures:

0 commit comments

Comments
 (0)