Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.50
iterators.test.ts
File · 0.50
reporter.test.ts
File · 0.50
itTestError.test.ts
File · 0.50
Suite.test.ts
File · 0.50
expectationResultFactory.test.ts
File · 0.50
queueRunner.test.ts
File · 0.50
pTimeout.test.ts
File · 0.50
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected