webpack / the-big-test

[OUTDATED] the big webpack/enhanced-require test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[OUTDATED] the big webpack/enhanced-require test


Languages

Language:JavaScript 99.1%Language:CoffeeScript 0.9%