Files
bake/contrib/bake-vscode/node_modules/pad-component/Makefile
T
2019-09-17 13:20:42 -04:00

7 lines
89 B
Makefile

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