BREAKING CHANGE(core): switxh to @pushrocks/smartexpect

This commit is contained in:
2022-01-21 19:54:07 +01:00
parent 22df58b8bc
commit 0884da7941
6 changed files with 85 additions and 34 deletions

View File

@ -1,4 +1,10 @@
export { expect } from 'smartchai';
export { tap } from './tapbundle.classes.tap';
export { TapWrap } from './tapbundle.classes.tapwrap';
export { webhelpers } from './webhelpers';
export { webhelpers } from './webhelpers';
import { expect, expectAsync } from '@pushrocks/smartexpect';
export {
expect,
expectAsync
}

View File

@ -1,6 +1,7 @@
// pushrocks
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';
import * as smartexpect from '@pushrocks/smartexpect';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartenv, smartpromise };
export { smartdelay, smartenv, smartexpect, smartpromise };