https://github.com/webpack/webpack-tests-example
DEPRECATED (use mocha-loader now): A simple example for doing tests with webpack and mocha.
https://github.com/webpack/webpack-tests-example
Last synced: 4 months ago
JSON representation
DEPRECATED (use mocha-loader now): A simple example for doing tests with webpack and mocha.
- Host: GitHub
- URL: https://github.com/webpack/webpack-tests-example
- Owner: webpack
- Archived: true
- Created: 2012-11-08T17:30:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-08T18:24:01.000Z (over 13 years ago)
- Last Synced: 2024-10-30T00:58:51.505Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-tests-example
``` javascript
node test/tests-server
```
and navigate your browser to [http://localhost:8082/](http://localhost:8082/).
It will do tests in your browser and in the node.js process. When you update your source files test will rerun.