UNPKG
news
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.1
Hacker news and reddit in the CLI.
github.com/vesln/node-news
vesln/node-news
news
/
Makefile
10 lines
(8 loc)
•
212 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
TESTS =
$(
wildcard
test/*.test.js)
$(
wildcard
test/readers/*.test.js)
REPORTER = dot
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --timeout 10000 \ --reporter
$(REPORTER)
\
$(TESTS)
.PHONY
: test init