smartexpect/ts/smartexpect.plugins.ts

10 lines
244 B
TypeScript
Raw Normal View History

2023-08-12 07:49:27 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
2022-01-21 02:33:24 +00:00
2022-07-24 10:45:29 +00:00
export { smartdelay, smartpromise };
2022-01-21 02:33:24 +00:00
// third party scope
2022-01-21 16:37:30 +00:00
import fastDeepEqual from 'fast-deep-equal';
2022-01-21 02:33:24 +00:00
2022-07-24 10:45:29 +00:00
export { fastDeepEqual };