UNPKG

192 BPlain TextView Raw
1
2test:
3 @./node_modules/.bin/mocha \
4 --require should \
5 --reporter spec \
6 --slow 2s \
7 --harmony-generators \
8 --bail
9
10bench:
11 @node --harmony-generators benchmark
12
13.PHONY: test bench