5 lines
88 B
Makefile
5 lines
88 B
Makefile
test:
|
|
./node_modules/mocha/bin/_mocha -R spec -r should test --recursive
|
|
|
|
.PHONY: test
|