REPORTER = spec

test:
	npm run test
test-w:
	npm run test-w


.PHONY: test test-w