UNPKG

@beemo/driver-jest

Version:
18 lines (12 loc) 326 B
'use strict'; const JestDriver = require('./JestDriver.js'); require('./types.js'); /** * @copyright 2021, Miles Johnson * @license https://opensource.org/licenses/MIT */ function jestDriver(options) { return new JestDriver.JestDriver(options); } module.exports = jestDriver; //# sourceMappingURL=index.js.map