JoshWhiteTTD

Results 4 issues of JoshWhiteTTD

### Basic info: - **Node.js version:** 16.16.0 - **jsdom version:** 20.0.0 It looks like the [modify](https://w3c.github.io/selection-api/#dom-selection-modify) method has been missed/excluded from the JSDOM implementation. At least it doesn't work and...

feature

When using "plugin:jest/recommended" I get the following error: > Expect must be inside of a test block. eslint(jest/no-standalone-expect) ![image](https://user-images.githubusercontent.com/109073300/183614560-3abda19e-c767-4858-80f8-336721adf74b.png) It would be great to have a corresponding eslint plugin to...

### Describe the bug I am trying to manually deselect a row from another part of the UI. In my repro below, this is a button with the following handler....