mochapack icon indicating copy to clipboard operation
mochapack copied to clipboard

Mocha test runner with integrated webpack precompiler

Results 28 mochapack issues
Sort by recently updated
recently updated
newest added

- [ ] I'd be willing to submit the fix **Describe the bug** Running `mochapack` on our CI using `AWS Codebuild` it randomlys returns an error of: `segmentation fault (core...

bug

We get following warning in our project: ```  WARN  deprecated [email protected]: core-js@ @babel/runtime-corejs2 7.18.9 -> core-js 2.6.12`

It looks like the current version of Mocha is 10.0.0. Any plans to add support for it soon?

enhancement

**Describe the bug** (node:15272) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 uncaughtException listeners added to [process]. Use emitter.setMaxListeners() to increase limit (Use `node --trace-warnings ...` to show where the warning...

bug

- [ ] I'd be willing to submit the fix **Describe the bug** I have some ES module based code I wanted to test. Mocha works, but the mochapack features...

bug

- [x] I'd be willing to submit the fix https://github.com/advisories/GHSA-93q8-gq69-wqmw **Describe the bug** ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Inefficient Regular Expression Complexity in │ │ │ chalk/ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │...

bug

### Reproduction link [github.com](https://github.com/tragid/yarn-vue-mocha-bug) ### Environment info ``` System: OS: macOS 12.3.1 CPU: (8) x64 Intel(R) Core(TM) i7-8557U CPU @ 1.70GHz Binaries: Node: 12.22.5 - ~/.nvm/versions/node/v12.22.5/bin/node Yarn: 3.2.0 - ~/.nvm/versions/node/v12.22.5/bin/yarn...

bug

webpack 5 has a file cache. I wish mochapack would use it. Now it turns out that the build server spends 160 seconds building, and the tests themselves run 5...

enhancement

Appending --timeout to the CLI args changes default timeout behavior, but putting the same argument in the mochapack.opts file does not. Versions: "mocha": "^7.2.0", "mochapack": "^2.1.2", "webpack": "^5.38.1",

- [ ] I'd be willing to submit the fix **Describe the bug** I am upgrading our libraries, so I swapped to mochapack and now I have an issue: We...

bug