mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 17:50:25 +00:00
4 lines
64 B
Makefile
4 lines
64 B
Makefile
test:
|
|
./node_modules/.bin/mocha --reporter spec
|
|
|
|
.PHONY: test
|