10 lines
135 B
Makefile
10 lines
135 B
Makefile
test:
|
|
@./node_modules/.bin/mocha \
|
|
-u tdd \
|
|
--ui exports \
|
|
--reporter spec \
|
|
--slow 1000ms \
|
|
--bail
|
|
|
|
.PHONY: test
|