smartexpect/ts/smartexpect.plugins.ts

14 lines
246 B
TypeScript
Raw Normal View History

2022-01-21 02:33:24 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartdelay,
smartpromise
}
// 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
export {
2022-01-21 16:37:30 +00:00
fastDeepEqual,
2022-01-21 02:33:24 +00:00
}