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

So, I'm invoking `MochaWebpack` programmatically, and trying to use `webpack-node-externals` as suggested in the documentation. Something like this: // Tell Webpack to compile for Node.js (and thus Mocha); and to...

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

greenkeeper

This is probably someting really simple I have a simple webpack + ts setup. my webpack.config-test.js looks thusly ``` var nodeExternals = require('webpack-node-externals'); console.log(__dirname); module.exports = { target: 'node', //...

I'd like to use Visual Studio Code's debugger with mocha-webpack tests. VS Code can debug mocha tests, but you have to tell it to use "node_modules/mocha/bin/_mocha" and not "mocha". For...

Webpack 4 isn't currently supported. https://github.com/zinserjan/mocha-webpack/pull/225 adds support for webpack 4.

From `mocha --help` ``` ... Options: ... -d, --debug enable node's debugger, synonym for node --debug ... ``` It would be helpful if `mocha-webpack` could add an equivalent option to...

Send a PR

☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **2.46.2** of [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) was just published. Branch Build failing 🚨 Dependency eslint-plugin-flowtype Current Version...

greenkeeper

In our project, we have some circular dependencies (don't ask... :-P). That shouldn't prevent us from testing. After upgrading to webpack4 and mocha-webpack 2.0.0-beta.0 we ran into the following error...

I've been coming across an error where after a certain number of static tests have been made, errors on any single test get swallowed. Version: `mocha-webpack 2.0.0-beta.0` Command: `"mocha-webpack \"src/**/*.spec.js\"...

☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **8.2.3** of [babel-eslint](https://github.com/babel/babel-eslint) was just published. Branch Build failing 🚨 Dependency babel-eslint Current Version...

greenkeeper