()
| 1279 | } |
| 1280 | |
| 1281 | async filteredRun() { |
| 1282 | this.pass(); |
| 1283 | this.subtests = []; |
| 1284 | this.report = noop; |
| 1285 | queueMicrotask(() => this.postRun()); |
| 1286 | } |
| 1287 | |
| 1288 | async run() { |
| 1289 | if (this.parent !== null) { |
nothing calls this directly
no test coverage detected