UNPKG
co-timeout
Version:
latest (0.1.0)
0.1.0
0.0.1
Error on timeout.
co-timeout
/
Makefile
10 lines
(7 loc)
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test:
@node_modules
/
.bin
/
mocha \
--harmony-generators \
--require co-mocha \
--reporter spec \
--slow 1s
.PHONY: test