MCPcopy Index your code
hub / github.com/darkreader/darkreader / nextTick

Function nextTick

tests/unit/utils/state-manager.tests.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39describe('State manager utility', () => {
40 const nextTick = () => new Promise((r) => setTimeout(r));
41 const noop = () => { /* noop */ };
42
43 test('State manager basic functionality', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected