()
| 63 | }; |
| 64 | |
| 65 | const expectLastCellFocused = () => { |
| 66 | expect(document.activeElement).toBe(primaryActions[primaryActions.length - 1]); |
| 67 | }; |
| 68 | |
| 69 | function wait(milliseconds: number) { |
| 70 | return new Promise(resolve => setTimeout(resolve, milliseconds)); |
no outgoing calls
no test coverage detected
searching dependent graphs…