fix(core): update

This commit is contained in:
2022-05-28 20:03:13 +02:00
parent bda524348e
commit 58db360c79
5 changed files with 22 additions and 4 deletions

View File

@@ -1,2 +1,10 @@
// happy-dom setup
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
}