MCPcopy
hub / github.com/SilentVoid13/Templater / TestRunConfig

Interface TestRunConfig

tests/main.test.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20chai.use(chaiAsPromised);
21
22export interface TestRunConfig {
23 template_content: string;
24 target_content: string;
25 wait_cache: boolean;
26 skip_template_modify: boolean;
27 skip_target_modify: boolean;
28}
29
30export default class TestTemplaterPlugin extends Plugin {
31 tests: Array<{ name: string; fn: () => Promise<void> }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected