MCPcopy
hub / github.com/darkreader/darkreader / TestFix

Interface TestFix

tests/unit/generators/utils/parse.tests.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4test('Index config', () => {
5 interface TestFix {
6 url: string[];
7 directive?: string;
8 multilineDirective?: string;
9 css?: string;
10 }
11
12 const directiveMap: { [key: string]: keyof TestFix } = {
13 DIRECTIVE: 'directive',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected