MCPcopy Create free account
hub / github.com/webstudio-is/webstudio / prop

Function prop

packages/css-data/src/parse-css.test.ts:1887–1888  ·  view source on GitHub ↗
(property: string, value: unknown)

Source from the content-addressed store, hash-verified

1885 value: expect.arrayContaining(items),
1886 });
1887const prop = (property: string, value: unknown) =>
1888 expect.objectContaining({ property, value });
1889
1890const valueContainsVarReference = (value: unknown): boolean => {
1891 const serialized = JSON.stringify(value);

Callers 1

parse-css.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected