fixes surveys package build

This commit is contained in:
pandeymangg
2025-11-20 13:48:44 +05:30
parent 74bfeb132e
commit 67076c4b4c

View File

@@ -956,7 +956,7 @@ describe("Survey Logic", () => {
{
id: "condition1",
operator: "isClicked",
leftOperand: { type: "question", value: "ctaQuestion" },
leftOperand: { type: "element", value: "ctaQuestion" },
},
],
};
@@ -980,7 +980,7 @@ describe("Survey Logic", () => {
{
id: "condition2",
operator: "isNotClicked",
leftOperand: { type: "question", value: "ctaQuestion" },
leftOperand: { type: "element", value: "ctaQuestion" },
},
],
};