Sha256: e3f87a464bdfac4630d834480d0ceffd3fdfd858ba8873ea7427e594e6e432e1

Contents?: true

Size: 223 Bytes

Versions: 26

Compression:

Stored size: 223 Bytes

Contents

'use strict';

var dom = require('@testing-library/dom');

/**
 * Wrap an internal Promise
 */ function wrapAsync(implementation) {
    return dom.getConfig().asyncWrapper(implementation);
}

exports.wrapAsync = wrapAsync;

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
clapton-0.0.6 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js
clapton-0.0.5 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js
clapton-0.0.4 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js
clapton-0.0.3 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js
clapton-0.0.2 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js
clapton-0.0.1 lib/clapton/javascripts/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js