MicroCommunityWeb/node_modules/css-stringify/Makefile
2021-04-23 10:14:20 +08:00

7 lines
89 B
Makefile
Executable File

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