Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 544 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 544 Bytes

the big webpack test

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/.