/node_modules/express/node_modules/crc/Makefile
Makefile | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c0401dcbd4b101029f4da88a276549de MD5 | raw file
Possible License(s): Apache-2.0, MIT
1 2test: 3 @./node_modules/.bin/mocha \ 4 --require should \ 5 --reporter spec 6 7.PHONY: test