MCPcopy
hub / github.com/nestjs/nest / waitForNextTick

Function waitForNextTick

packages/microservices/test/client/client-kafka.spec.ts:772–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

770
771 describe('publish', () => {
772 const waitForNextTick = async () =>
773 await new Promise(resolve => process.nextTick(resolve));
774 const readPacket = {
775 pattern: topic,
776 data: messageValue,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected