joshua-rh
                                            joshua-rh
                                        
                                    The two options to `autoRun.onSave` are "test-file" | "test-src-file". We have a lot of tests so when set to `"test-src-file"`, this can trigger a performance issues when saving certain files....
- `@testing-library/dom` version: 16.9 - Testing Framework and version: 9.2 - DOM Environment: 4.1.0 See codesandbox ### Relevant code or config: ```js test("getByRole", () => { render( hello ); screen.getByRole("strong");...
**Describe the bug** I have a pretty basic launch config which I've hardcoded to run a single test with `jest`. On most runs, it would get stuck at `Debugger attached.`....