BREAKING CHANGE(improved the loading of the environment. Can now be used in sync environments.): update
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
// happy-dom setup
|
||||
import { GlobalRegistrator } from '@happy-dom/global-registrator';
|
||||
GlobalRegistrator.register();
|
||||
window.location.href = 'http://localhost';
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
@@ -10,4 +5,11 @@ export {
|
||||
smartpromise
|
||||
}
|
||||
|
||||
// designestate
|
||||
import * as deesElement from '@designestate/dees-element';
|
||||
|
||||
export {
|
||||
deesElement
|
||||
}
|
||||
|
||||
// third party scope
|
||||
|
||||
Reference in New Issue
Block a user