An open API service indexing awesome lists of open source software.

https://github.com/webpack/the-big-test

[OUTDATED] the big webpack/enhanced-require test
https://github.com/webpack/the-big-test

Last synced: 4 months ago
JSON representation

[OUTDATED] the big webpack/enhanced-require test

Awesome Lists containing this project

README

          

# the big webpack test

## Do tests in node.js

Single run:

``` text
node bin/enhanced-require "mocha!./test/server-tests"
```

Watching run:

``` text
node bin/enhanced-require-hot-watch "mocha!./test/server-tests"
```

## Do tests in browser

``` text
node bin/webpack-dev-server
```

and navigate your browser to [http://localhost:8080/](http://localhost:8080/).

## Cover browser run

``` text
node bin/webpack-dev-server --config cover-webpack.config.js
```

and navigate your browser to [http://localhost:8080/](http://localhost:8080/).