MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / getTestRunnerDetector

Function getTestRunnerDetector

src/tools/test_runner.js:216–219  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

214let _instance = null;
215
216function getTestRunnerDetector(options) {
217 if (!_instance) _instance = new TestRunnerDetector(options || { workdir: process.cwd() });
218 return _instance;
219}
220
221function resetTestRunnerDetector() { _instance = null; }
222

Callers 1

runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected