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

Function setTestExecution

src/platform/common/constants.ts:59–61  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

57 return _isTestExecution || isUnitTestExecution();
58}
59export function setTestExecution(enabled: boolean) {
60 _isTestExecution = enabled;
61}
62
63let _isUnitTestExecution = false;
64/**

Callers 9

initialize.node.tsFile · 0.90
constants.node.tsFile · 0.90
unittests.tsFile · 0.90
index.tsFile · 0.90
index.unit.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected