rriski
rriski
**Describe the bug** `getByLabelText`, `queryByLabel` and `findByLabelText` selectors from `@testing-library/react` works differently between `jsdom` and `@happy-dom/jest-environment`. **To Reproduce** 1. Go to https://codesandbox.io/p/devbox/tftvdt 2. Open the "test" terminal, observe that the...
**Summary** Stryker `jest-runner` crashes with `Cannot read properties of undefined (reading 'getEnv')` at this line https://github.com/stryker-mutator/stryker-js/blob/2faded7848d67ec306e1f65a00586c5cd3f6604d/packages/jest-runner/src/jest-plugins/jasmine2-setup-coverage-analysis.cts#L2 with these options: `"testRunner": "jest", `"coverageAnalysis": "perTest"` when running with a jest prerelease version...
**Is your feature request related to a problem? Please describe.** Removing nodes from YAML documents using the library is unintuitive and lacks documentation. **Describe the solution you'd like** I would...
Based on https://github.com/golang-migrate/migrate/pull/1077 This PR adds DuckDB database support, based on the original work in #1077, with the following updates: 1. **Updated DuckDB driver**: Replaced `github.com/marcboeker/go-duckdb` with the official `github.com/duckdb/duckdb-go/v2`...
# Feature Request: Glob Pattern Import Support Hello and thanks for this excellent tool! To make Knip even more effective for projects, I'd like to propose native support for dynamic...