| 3 | import { Schema, defaultSchema } from "../../core/schema" |
| 4 | |
| 5 | export class TestApplication extends Application { |
| 6 | handleError(error: Error, _message: string, _detail: object) { |
| 7 | throw error |
| 8 | } |
| 9 | } |
| 10 | |
| 11 | export class ApplicationTestCase extends DOMTestCase { |
| 12 | schema: Schema = defaultSchema |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…