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

## The devDependency [cross-env](https://github.com/kentcdodds/cross-env) was updated from `5.2.1` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Running `[email protected]` and `[email protected]`, using the `--watch` option only seems to watch for changes in my `/test` directory, but not when I make changes to files in other directories like...

## Version **9.0.0** of **babel-eslint** was just published. Dependency babel-eslint Current Version 8.2.6 Type devDependency The version **9.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The dependency [loader-utils](https://github.com/webpack/loader-utils) was updated from `1.1.0` to `1.2.0`. 🚨 [View failing branch](https://github.com/zinserjan/mocha-webpack/compare/master...zinserjan:greenkeeper%2Floader-utils-1.2.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## Version **2.2.4** of **[bdd-lazy-var](https://github.com/stalniy/bdd-lazy-var)** was just published. Branch Build failing 🚨 Dependency [bdd-lazy-var](https://github.com/stalniy/bdd-lazy-var) Current Version 2.2.3 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

Hi, I'm running mocha-webpack in order to utilise path aliasing in Webpack/Typescript TSC and I'm running into an issue where Webpack compilation succeeds but Mocha returns immediately with: `0 Passing....

## The devDependency [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) was updated from `4.1.6` to `5.1.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published. Dependency [eslint](https://github.com/eslint/eslint) Current Version 4.19.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

I get this error: ` Conflict: Multiple assets emit to the same filename bundle.js` when running `mocha-webpack '**/*.spec.js'`

I want to try _mocha-webpack_ with electron (spectron) for e2e testing. I have 2 entry points in webpack config. After trying: _mocha-webpack_ I got error message: ``` C:\Repository\myproject\node_modules\mocha-webpack\lib\cli\requireWebpackConfig.js:130 throw new...