fix(core): update

This commit is contained in:
2024-03-13 22:07:58 +01:00
parent a8beda7597
commit 0ef865ea9f
7 changed files with 152 additions and 104 deletions

View File

@@ -1,7 +1,8 @@
// pushrocks
import * as consolecolor from '@push.rocks/consolecolor';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartenv from '@push.rocks/smartenv';
import * as smartexpect from '@push.rocks/smartexpect';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartdelay, smartenv, smartexpect, smartpromise };
export { consolecolor, smartdelay, smartenv, smartexpect, smartpromise };