MCPcopy
hub / github.com/kuma-ui/kuma-ui / getExpectSnapshotSync

Function getExpectSnapshotSync

packages/compiler/src/__test__/testUtils.ts:16–22  ·  view source on GitHub ↗
(result: CompileResult)

Source from the content-addressed store, hash-verified

14type CompileResult = ReturnType<typeof compileSync>;
15
16export function getExpectSnapshotSync(result: CompileResult) {
17 return `
18 ${result?.css}
19
20 ${result?.code}
21 `;
22}

Callers 3

k.test.tsFile · 0.90
css.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected