Jason O'Neill
Jason O'Neill
In trying to improve my build when using matter-js, I'm trying to reduce the size to remove the unnecessary modules. So instead of: ``` import { Vector, Body } from...
The expect-expect rule works great for identifying a test that doesn't have any assertions, but it doesn't work for identifying halfway-complete tests. Often more complex test cases (such as JSDOM...
### Type Other ### Operating System Windows ### OS Version Windows 10 ### Bug description This bug is seen randomly in the developer console when running RuneLite in IntelliJ. I...
- `@testing-library/dom` version: 8.19.0 - Testing Framework and version: N/A - DOM Environment: N/A ### Relevant code or config: ```js // Setup import { configure } from '@testing-library/dom'; configure({ throwSuggestions:...
- FakeTimers version : 11.2.2 - Environment : Windows 11 - Example URL : N/A - Other libraries you are using: Playwright (but should be irrelevant) **What did you expect...
Now that the `cspell` CLI can handle a config file like `cspell.config.mjs`, it'd be great if the VS Code Plugin would be able to read/write to this file also (in...
### Describe the bug When using Solid and testing our app with coverage reporting enabled (powered by istanbul/nyc), there are some branches/functions which are uncovered, but they are not branches...
### Current Behavior When updating packages in my repo, I use [npm-check-updates](https://www.npmjs.com/package/npm-check-updates) which intelligently ensures that I cannot install a package which doesn't match a peerDependency range. We use `@nx/eslint-plugin`...
### 🚀 Feature Proposal An easy way to run Jest but generate coverage separately for each test file. ### Motivation A common pattern is to have a test file for...
### Version 1.46.1 ### Steps to reproduce Note: the tests don't matter, it's purely a config & setup/teardown issue. 1. Set `globalSetup` to a file which contains `console.log("setup", config.projects[0].outputDir)` 2....