smartntml/ts/instrument/happydom.ts
2023-05-01 13:03:32 +02:00

9 lines
221 B
TypeScript

// 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';