aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/component-bind/Makefile
blob: 4e9c8d36ebcd2f63843cf5a534e4db3459b2d637 (plain)
1
2
3
4
5
6
7
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec

.PHONY: test