MCPcopy
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

66const watch = require('../watch').default;
67
68const nextTick = () => new Promise(resolve => process.nextTick(resolve));
69
70const globalConfig = {
71 rootDir: '',

Calls

no outgoing calls

Tested by

no test coverage detected