mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-01-02 07:26:21 +00:00
4 lines
64 B
Makefile
4 lines
64 B
Makefile
test:
|
|
./node_modules/.bin/mocha --reporter spec
|
|
|
|
.PHONY: test
|