mirror of
https://github.com/koajs/examples.git
synced 2026-01-18 14:38:19 +00:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
test:
|
|
@NODE_ENV=test ./node_modules/.bin/mocha \
|
|
--harmony-generators \
|
|
--reporter spec \
|
|
--require should \
|
|
*/test.js
|
|
|
|
.PHONY: test |