()
| 7 | |
| 8 | class DebugTester { |
| 9 | constructor() { |
| 10 | this.db = null; |
| 11 | this.searchEngine = null; |
| 12 | this.isReady = false; |
| 13 | } |
| 14 | |
| 15 | async init() { |
| 16 | return new Promise((resolve, reject) => { |
nothing calls this directly
no outgoing calls
no test coverage detected