Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ nextTick
Function
nextTick
packages/jest-core/src/__tests__/watchFilenamePatternMode.test.js:68–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
const
watch = require(
'../watch'
).default;
67
68
const
nextTick = () =>
new
Promise(resolve => process.nextTick(resolve));
69
70
const
globalConfig = {
71
rootDir:
''
,
Callers
1
watchFilenamePatternMode.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected