UNPKG

news

Version:

Hacker news and reddit in the CLI.

10 lines (8 loc) 212 B
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