tvAiringToday and some unit tests

This commit is contained in:
Daniel
2015-11-20 15:13:32 -08:00
parent 70a1a9ded0
commit d13b34ecc0
4 changed files with 80 additions and 6 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
test:
./node_modules/.bin/mocha --reporter spec
.PHONY: test