smartexpect/ts/smartexpect.plugins.ts
2022-01-21 17:52:00 +01:00

14 lines
246 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,
}