mirror of
https://github.com/koajs/examples.git
synced 2026-01-25 14:48:15 +00:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
test:
|
|
@NODE_ENV=test ./node_modules/.bin/mocha \
|
|
--harmony \
|
|
--reporter spec \
|
|
--require should \
|
|
*/test.js
|
|
|
|
.PHONY: test
|