Results 3 issues of sander boer

- `@testing-library/react` version: ^13.2.0 - Testing Framework and version: react-scripts ^5.0.1 - DOM Environment: @testing-library/jest-dom: "^5.16.4", ### Relevant code or config: ```jsx import escapeRegExp from "lodash/escapeRegExp"; import React, { ReactElement...

**Which version of Kotest are you using** kotest intellij plugin - 1.3.96-2025.1 When I run the test by clicking "play" near the test name with multiline name, the test won't...

When adding a `suffix` to a numerical input value, the value changes to a string with the suffix attached. I expected the suffix to be purely visual. ```ts import {...