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

Method addTest

testing/suite.ts:112–115  ·  view source on GitHub ↗
(newTest: Test)

Source from the content-addressed store, hash-verified

110 }
111
112 public addTest(newTest: Test) {
113 this.checkMutation();
114 this.tests.push(newTest);
115 }
116
117 private addHook(hookList: Hook[], newHook: Hook) {
118 this.checkMutation();

Callers 2

contextMethod · 0.95
testFunction · 0.80

Calls 2

checkMutationMethod · 0.95
pushMethod · 0.45

Tested by 1

testFunction · 0.64