UNPKG

149 BPlain TextView Raw
1
2# Install node modules.
3node_modules: package.json
4 @npm install
5
6# Run the tests.
7test:
8 @./node_modules/.bin/mocha
9
10# Phony targets.
11.PHONY: test