elearning/Frontend-Learner/node_modules/only/Makefile
2026-01-13 10:48:02 +07:00

7 lines
No EOL
89 B
Makefile

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