Files
actual/node_modules/trim/Makefile
Rich In SQL 28d4ee94dd Init
2022-10-16 20:28:33 +01:00

7 lines
89 B
Makefile

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