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

Method addSuite

testing/suite.ts:107–110  ·  view source on GitHub ↗
(newSuite: Suite)

Source from the content-addressed store, hash-verified

105 }
106
107 public addSuite(newSuite: Suite) {
108 this.checkMutation();
109 this.suites.push(newSuite);
110 }
111
112 public addTest(newTest: Test) {
113 this.checkMutation();

Callers 2

contextMethod · 0.95
suiteFunction · 0.80

Calls 2

checkMutationMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected