aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/backo2/Makefile
blob: 9987df81aae366edffe9f845b048f7fe8a0c90db (plain)
1
2
3
4
5
6
7
8
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter dot \
		--bail

.PHONY: test