smartexpect/ts/plugins.ts

7 lines
245 B
TypeScript

import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartdelay, smartpromise };
// third party utilities
import fastDeepEqual from 'fast-deep-equal';
export { fastDeepEqual };