@beemo/driver-jest
Version:
Jest driver for Beemo.
10 lines • 345 B
TypeScript
/**
* @copyright 2021, Miles Johnson
* @license https://opensource.org/licenses/MIT
*/
import { DriverOptions } from '@beemo/core';
import { JestDriver } from './JestDriver';
export type { JestDriver };
export * from './types';
export default function jestDriver(options?: DriverOptions): JestDriver;
//# sourceMappingURL=index.d.ts.map