2023-03-30 09:08:29 +00:00
|
|
|
// happy-dom setup
|
2023-05-01 11:03:32 +00:00
|
|
|
|
|
|
|
// first lets setup indexeddb
|
|
|
|
import 'fake-indexeddb/auto';
|
|
|
|
|
2024-10-13 10:12:35 +00:00
|
|
|
// @ts-nocheck
|
2023-03-30 09:08:29 +00:00
|
|
|
import { GlobalRegistrator } from '@happy-dom/global-registrator';
|
|
|
|
GlobalRegistrator.register();
|
|
|
|
window.location.href = 'http://localhost';
|