MCPcopy
hub / github.com/jestjs/jest / addChild

Method addChild

packages/jest-jasmine2/src/jasmine/Suite.ts:130–132  ·  view source on GitHub ↗
(child: Suite | Spec)

Source from the content-addressed store, hash-verified

128 }
129
130 addChild(child: Suite | Spec) {
131 this.children.push(child);
132 }
133
134 status() {
135 if (this.disabled) {

Callers 2

addSpecsToSuiteMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected