Files
2023-08-01 13:49:46 +02:00

10 lines
135 B
Makefile

test:
@./node_modules/.bin/mocha \
-u tdd \
--ui exports \
--reporter spec \
--slow 1000ms \
--bail
.PHONY: test