mocha-webpack icon indicating copy to clipboard operation
mocha-webpack copied to clipboard

mocha test runner with integrated webpack precompiler

Results 100 mocha-webpack issues
Sort by recently updated
recently updated
newest added

## Version **7.1.5** of **babel-loader** was just published. Branch Build failing 🚨 Dependency babel-loader Current Version 7.1.4 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

Hello, Is it possible to use sinonJS with this dependency? When using the spy method i get the following transpiling error: `ReferenceError: self is not defined` I inspected the source...

When I compile my app with `webpack` on the command line it compiles fine. My `test-unit` script works fine but my `test-functional` script fails with: ``` WEBPACK Failed to compile...

Currently, installing mocha-webpack via npm defaults to 1.1.0 which does not work with webpack 4 but the docs say otherwise. Updated readme so it is more explicit (#209)

This kind of thing... ``` const vendorDll = paths.project.dll('vendor.dll.js'); ... const child = spawn( 'node', [ mochaWebpack, '--opts', mochaOptsPath, '--colors', '--webpack-config', testConfig, '--require', vendorDll, '--require', 'source-map-support/register', '--require', setup, testGlob ],...

## Version **3.3.3** of [babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash) was just published. Branch Build failing 🚨 Dependency babel-plugin-lodash Current Version 3.3.2 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

``` webpack4-app/ dist/ src/ (all source, no tests) test/ (all tests) ``` ``` mocha-webpack --watch --webpack-config conf.js --recursive './test/**/*.test.js' ``` Right now, this is working only when `test/` files are...

I'm having issues with watch mode, when I edit a module (used in a test) the tests run but the updated module code is not executed. Changes inside the test...

Closes #230. I didn't go for a backwards-compatible fallback because that would ship with the next major release anyway. Thoughts?

## Version **2.0.0** of [worker-loader](https://github.com/webpack-contrib/worker-loader) was just published. Dependency worker-loader Current Version 1.1.1 Type devDependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper