dragonroll/backend/node_modules/pause/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2024-09-21 17:08:36 +00:00
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test