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