MCPcopy
hub / github.com/hotwired/stimulus / TestApplication

Class TestApplication

src/tests/cases/application_test_case.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Schema, defaultSchema } from "../../core/schema"
4
5export class TestApplication extends Application {
6 handleError(error: Error, _message: string, _detail: object) {
7 throw error
8 }
9}
10
11export class ApplicationTestCase extends DOMTestCase {
12 schema: Schema = defaultSchema

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…