UNPKG

message-subscriber

Version:

Subscribe to messages at any Cloud Service. Receive messages only by registering a EventEmitter Listener. (AWS SQS, Azure ESQ, Google Tasks)

9 lines (8 loc) 187 B
import { wait } from '../../src/utils'; describe('utils', () => { describe('wait', () => { it('should wait', async () => { await wait(10); }); }); });