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

Function it

packages/jest-jasmine2/src/jasmine/jasmineLight.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 },
105
106 it() {
107 return env.it.apply(env, arguments);
108 },
109
110 xit() {
111 return env.xit.apply(env, arguments);

Callers 8

todoError.test.tsFile · 0.50
iterators.test.tsFile · 0.50
reporter.test.tsFile · 0.50
Suite.test.tsFile · 0.50
pTimeout.test.tsFile · 0.50

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected