smartexpect/ts/smartexpect.plugins.ts
2022-07-24 12:45:29 +02:00

10 lines
242 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartpromise };
// third party scope
import fastDeepEqual from 'fast-deep-equal';
export { fastDeepEqual };