UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
ripemd160
/
Makefile
12 lines
(8 loc)
•
203 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
test: node-test browser-test
node-test:
@./node_modules/.bin/mocha
browser-test:
@./node_modules/.bin/mochify --wd -R spec
browser-manual-test:
node browser-test.js
.PHONY
: node-test browser-test