Makefile 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 test/browser/qs.js: querystring.js component build package.json test/browser/qs querystring.js: lib/head.js lib/querystring.js lib/tail.js cat $^ > $@ test: @./node_modules/.bin/mocha \ --ui bdd .PHONY: test