DEBSOURCES
Skip Quicknav
sources / node-superagent / 9.0.1-2 / debian / tests / test_modules / basic-auth-connect / Makefile
12345678
BIN = ./node_modules/.bin/ test: @NODE_ENV=test $(BIN)mocha \ --require should \ --reporter spec .PHONY: test