public icon indicating copy to clipboard operation
public copied to clipboard

Repository for Wallaby.js questions and issues

Results 144 public issues
Sort by recently updated
recently updated
newest added

This is just a deprecation warning, no big deal. ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.wallaby.javascript.actions.StartExclusiveTestRunAction' must override `getActionUpdateThread` and chose EDT or BGT. See...

on hold

Basically duplicate of #2638 The `Hide repeated entries like this` feature is not useful at the moment for me because: 1. It doesn't remember what I've hidden 2. Requires tremendous...

feature request

### Issue description or question When `runAllTestsInAffectedTestFile` is set to `true`, snapshot updates should only update the selected test, *not all tests*. This is especially useful in the Test Explorer...

bug

### Issue description or question One of the greatest advantages of Wallaby is its code coverage. No else tool on the market collects information in a similar depth and quality....

### Issue description or question I am working on a very big project and starting Wallaby for the first time and for an unknown location takes time (minutes). Starting (jest)...

It would be nice to have a blue (or a different color) square for todo blocks? It would be beneficial to visually see that there are areas that are not...

feature request
enhancement

### Issue description or question In the [section on how to set up TypeScript `paths` under NodeJS environment for non-Jest test runner](https://wallabyjs.com/docs/integration/typescript.html#node-environment-with-mochajasmineavatape), there is a code example with requiring `tsconfig.json`...

Bun is a new JavaScript runtime. `bun:test` is its test runner. See: https://bun.sh/docs/cli/test ## Related https://github.com/wallabyjs/public/issues/2487 - Deno support ## vs Deno It might be easier than Deno, because there...

feature request

### Issue description or question I read that Wallaby supports PNPM out of the box, but I'm not having success getting it running. I suspect this may be due to...

Hello, I am the creator of Node.js testing framework called https://japa.dev/docs and would love to see it getting added to Wallabyjs. Little bit about Japa 👇 - Japa focuses on...