6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
// @ts-ignore
|
|
import { GlobalRegistrator } from "@happy-dom/global-registrator";
|
|
|
|
// @ts-ignore
|
|
GlobalRegistrator.register();
|