smartexpect/ts/smartexpect.plugins.ts

14 lines
224 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
import { expect } from 'chai';
export {
expect
}