Files
Ceras/themes/ceras/node_modules/delegates/Makefile
T
2023-07-12 16:31:19 +01:00

8 lines
100 B
Makefile
Executable File

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