UNPKG

81 BPlain TextView Raw
1test: node_modules
2 @mocha -R dot test
3
4node_modules:
5 @npm install
6
7.PHONY: test
\No newline at end of file