zkt25/Backend/node_modules/css-parse/Makefile
Andrii Pervashov d1b27aff06 initial commit
2025-03-16 16:17:44 +01:00

7 lines
89 B
Makefile

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