mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER)
|
|
|
|
.PHONY: test
|