Aucune description

Makefile 61B

123456
  1. test:
  2. @./node_modules/.bin/mocha \
  3. --ui bdd
  4. .PHONY: test