fix(core): update
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
// happy-dom setup
|
||||
|
||||
// first lets setup indexeddb
|
||||
import 'fake-indexeddb/auto';
|
||||
|
||||
import { GlobalRegistrator } from '@happy-dom/global-registrator';
|
||||
GlobalRegistrator.register();
|
||||
window.location.href = 'http://localhost';
|
||||
|
Reference in New Issue
Block a user