Files
Foundry-VTT-Docker/resources/app/node_modules/binary-search-tree/Makefile

8 lines
131 B
Makefile
Raw Normal View History

2025-01-04 00:34:03 +01:00
test:
@echo "Launching tests"
@ ./node_modules/.bin/mocha --timeout 10000 --reporter spec
@echo "Tests finished"
.PHONY: test