Skip to content

Commit

Permalink
change flag to be optional, remove from test files
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed Feb 14, 2025
1 parent 236c6fb commit 1ee61ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pxtlib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ namespace pxt {
teachertoolUrl?: string; // "/beta---eval"
isStatic?: boolean;
verprefix?: string; // "v1"
ocvEnabled: boolean;
ocvEnabled?: boolean;
}

export function localWebConfig() {
Expand Down
1 change: 0 additions & 1 deletion tests/blocklycompiler-test/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pxt.webConfig = {
runUrl: undefined,
docsUrl: undefined,
isStatic: undefined,
ocvEnabled: undefined,
};

class BlocklyCompilerTestHost implements pxt.Host {
Expand Down
1 change: 0 additions & 1 deletion tests/blocks-test/blocksrunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pxt.webConfig = {
docsUrl: undefined,
multiUrl: undefined,
isStatic: undefined,
ocvEnabled: undefined
};

class BlocklyCompilerTestHost implements pxt.Host {
Expand Down

0 comments on commit 1ee61ef

Please sign in to comment.