react / wstein / node_modules / jest-cli / node_modules / cover / node_modules / cli-table / Makefile
80669 viewstest: @NODE_ENV=test ./support/expresso/bin/expresso \ -I lib \ -I support \ -I support/should.js/lib \ -I support/colors.js \ $(TESTFLAGS) \ test/*.test.js test-cov: @TESTFLAGS=--cov $(MAKE) test .PHONY: test test-cov