aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes/Makefile
blob: 8e8640f2e6d3679fc85a93826525da218733026f (plain)
1
2
3
4
5
6
7

test:
	@./node_modules/.bin/mocha \
		--reporter spec \
		--require should

.PHONY: test