aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/arraybuffer.slice/Makefile
blob: 849887f7fafa87e356e644f284781a040009f4b9 (plain)
1
2
3
4
5
6
7
8
REPORTER = dot

test:
	@./node_modules/.bin/mocha \
		--reporter $(REPORTER)

.PHONY: test