MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / applyBoxOpacity1

Function applyBoxOpacity1

packages/sdk/src/engine/mutate.cssstyle.test.ts:57–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56describe("setClassStyle — update existing rule", () => {
57 function applyBoxOpacity1() {
58 const result = applyOp(fresh(), {
59 type: "setClassStyle",
60 selector: ".box",
61 styles: { opacity: "1" },
62 });
63 return String(result.forward[0]?.value ?? "");
64 }
65
66 it("adds a new property to an existing rule", () => {
67 const parsed = fresh();

Callers 1

Calls 2

applyOpFunction · 0.85
freshFunction · 0.70

Tested by

no test coverage detected