MCPcopy
hub / github.com/QwikDev/qwik / TestCase

Interface TestCase

packages/eslint-plugin-qwik/qwik.unit.ts:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32type RuleTesterRule = Parameters<RuleTester['defineRule']>[1];
33
34interface TestCase {
35 name: string;
36 filename: string;
37 code: string;
38}
39interface InvalidTestCase extends TestCase {
40 errors: { messageId: string }[];
41}

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…