MCPcopy Create free account
hub / github.com/dataform-co/dataform / registerTopLevelSuite

Method registerTopLevelSuite

testing/runner.ts:25–28  ·  view source on GitHub ↗
(suite: Suite)

Source from the content-addressed store, hash-verified

23 public static readonly topLevelSuites: Set<Suite> = new Set();
24
25 public static registerTopLevelSuite(suite: Suite) {
26 Runner.topLevelSuites.add(suite);
27 Runner.queueRun();
28 }
29
30 public static setNoExit(noExit: boolean) {
31 Runner.noExit = noExit;

Callers 1

suiteFunction · 0.80

Calls 2

addMethod · 0.80
queueRunMethod · 0.80

Tested by

no test coverage detected