2023-05-16 10:50:42 +08:00

8 lines
99 B
Makefile
Executable File

test:
@./node_modules/.bin/mocha \
--require should \
--reporter dot \
--bail
.PHONY: test