Sha256: eebd21acc1f65be88eeb55cde58958d4bf8b7ea9f7886d7d6983cf6086fce13e
Contents?: true
Size: 202 Bytes
Versions: 26
Compression:
Stored size: 202 Bytes
Contents
import { getConfig } from '@testing-library/dom'; /** * Wrap an internal Promise */ function wrapAsync(implementation) { return getConfig().asyncWrapper(implementation); } export { wrapAsync };
Version data entries
26 entries across 26 versions & 1 rubygems