blob: 8e8640f2e6d3679fc85a93826525da218733026f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001
2test:
3 @./node_modules/.bin/mocha \
4 --reporter spec \
5 --require should
6
7.PHONY: test