twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

Makefile (99B)


      1 
      2 test:
      3 	@./node_modules/.bin/mocha \
      4 		--require should \
      5 		--reporter dot \
      6 		--bail
      7 
      8 .PHONY: test