mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
6 lines
90 B
Makefile
6 lines
90 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha test.js --reporter spec --require should
|
|
|
|
.PHONY: test
|