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

16 lines
286 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartdelay,
smartpromise
}
// third party scope
import { expect } from 'chai';
import fastDeepEqual from 'fast-deep-equal';
export {
fastDeepEqual,
expect
}