satitm-sso-node/node_modules/pause/Makefile
2024-05-03 16:11:08 +07:00

7 lines
No EOL
89 B
Makefile

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