Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
context
Method · 0.95
suite
Function · 0.80
Calls
2
checkMutation
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected