Makefile 76 B

12345
  1. default:
  2. npm install --no-fund
  3. ./node_modules/.bin/mocha
  4. .PHONY: default