4 lines
62 B
Makefile
4 lines
62 B
Makefile
|
test:
|
||
|
@./node_modules/.bin/mocha --timeout 6000
|
||
|
|
||
|
.PHONY: test
|