smartntml/ts/instrument/happydom.ts

5 lines
159 B
TypeScript

// happy-dom setup
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
window.location.href = 'http://localhost';