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
}