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