UNPKG

modern-async

Version:

A modern tooling library for asynchronous operations using async/await, promises and async generators

8 lines (5 loc) 159 B
import * as modernAsync from './modern-async.mjs' import { expect, test } from '@jest/globals' test('import', () => { expect(modernAsync).toBeDefined() })