smartexpect/ts/smartexpect.plugins.ts
2023-08-12 09:49:27 +02:00

10 lines
244 B
TypeScript

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