lix-website/themes/lix/assets/bootstrap/node_modules/jsonpack/Makefile

7 lines
93 B
Makefile
Raw Normal View History

2024-04-27 03:39:10 +00:00
TESTS = test/*.js
test:
@./node_modules/.bin/mocha \
$(TESTS) -R spec
.PHONY: test bench