mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 21:44:51 +00:00
6 lines
90 B
Makefile
6 lines
90 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha test.js --reporter spec --require should
|
|
|
|
.PHONY: test
|