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

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.

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.