CURRENT_DIRECTORY := $(shell pwd) install: npm install test: ./node_modules/mocha/bin/mocha --expose-gc .PHONY: test install