MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / IS_PERF_TEST

Function IS_PERF_TEST

src/test/constants.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 return testSettings.isSmokeTest;
35}
36export function IS_PERF_TEST() {
37 return testSettings.isPerfTest;
38}
39export function IS_REMOTE_NATIVE_TEST() {
40 return testSettings.isRemoteNativeTest;
41}

Callers 5

runFunction · 0.85
isMultirootTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected