smartexpect/ts/smartexpect.plugins.ts

10 lines
244 B
TypeScript
Raw Normal View History

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