mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-11-17 13:00:57 -05:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER)
|
|
|
|
.PHONY: test
|