From 236c6fb69c8a2de2cf5c89145c3e2a8770042d77 Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk Date: Thu, 13 Feb 2025 15:33:07 -0800 Subject: [PATCH] add flag to test --- tests/blocklycompiler-test/test.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/blocklycompiler-test/test.spec.ts b/tests/blocklycompiler-test/test.spec.ts index b38f4978faab..9e9e7b61b6bc 100644 --- a/tests/blocklycompiler-test/test.spec.ts +++ b/tests/blocklycompiler-test/test.spec.ts @@ -63,6 +63,7 @@ pxt.webConfig = { runUrl: undefined, docsUrl: undefined, isStatic: undefined, + ocvEnabled: undefined, }; class BlocklyCompilerTestHost implements pxt.Host {