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
- Host: GitHub
- URL: https://github.com/webpack/the-big-test
- Owner: webpack
- Archived: true
- Created: 2012-11-12T22:07:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T06:26:38.000Z (over 11 years ago)
- Last Synced: 2024-10-30T00:58:51.301Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).