MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isBedrockTargetedRun

Function isBedrockTargetedRun

apps/vscode-e2e/src/runTest.ts:32–38  ·  view source on GitHub ↗
(testFile?: string, testGrep?: string)

Source from the content-addressed store, hash-verified

30}
31
32function isBedrockTargetedRun(testFile?: string, testGrep?: string) {
33 if (testFile?.toLowerCase().includes("bedrock.test")) {
34 return true
35 }
36
37 return testGrep?.toLowerCase().includes("bedrock") ?? false
38}
39
40async function main() {
41 const isRecord = process.env.AIMOCK_RECORD === "true"

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected