mirror of
https://github.com/zhigang1992/npm.git
synced 2026-01-13 09:20:09 +08:00
6 lines
90 B
Makefile
6 lines
90 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha test.js --reporter spec --require should
|
|
|
|
.PHONY: test
|