Files
Foundry-VTT-Docker/resources/app/node_modules/binary-search-tree/Makefile
2025-01-04 00:34:03 +01:00

8 lines
131 B
Makefile

test:
@echo "Launching tests"
@ ./node_modules/.bin/mocha --timeout 10000 --reporter spec
@echo "Tests finished"
.PHONY: test