Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ aliasCircusIt
Function
aliasCircusIt
packages/jest-circus/src/__tests__/circusItTestError.test.ts:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
let
circusTest: Global.It;
13
14
const
aliasCircusIt = () => {
15
const
{it, test} = require(
'../'
) as typeof
import
(
'../'
);
16
circusIt = it;
17
circusTest = test;
18
};
19
20
aliasCircusIt();
21
Callers
1
circusItTestError.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected