summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 877cd699e2d9fa02ecc6bfff1f6090cc15da34cb (plain)
1
2
3
4
5
6
7
8
9
test:
	./node_modules/.bin/mocha -R nyan

spec:
	./node_modules/.bin/mocha -R spec

.PHONY: test