8 lines
100 B
Makefile
Raw Normal View History

2025-04-09 20:33:41 +09:00
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec \
--bail
.PHONY: test