(config?: Partial<TaskConfig<unknown[], string>>)
| 103 | }; |
| 104 | |
| 105 | const getTestElement = (config?: Partial<TaskConfig<unknown[], string>>) => { |
| 106 | const A = defineTestElement(config); |
| 107 | return new A(); |
| 108 | }; |
| 109 | |
| 110 | // TODO: the name of this function is confusing. It doesn't wait for the task |
| 111 | // to complete. It just waits a rAF. That's why it can be used to check that |
no test coverage detected
searching dependent graphs…