the big webpack test
February 10, 2013 ยท View on GitHub
Do tests in node.js
Single run:
node bin/enhanced-require "mocha!./test/server-tests"
Watching run:
node bin/enhanced-require-hot-watch "mocha!./test/server-tests"
Do tests in browser
node bin/webpack-dev-server
and navigate your browser to http://localhost:8080/.
Cover browser run
node bin/webpack-dev-server --config cover-webpack.config.js
and navigate your browser to http://localhost:8080/.