4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
import "./setup.ts";
|
|
import { GlobalRegistrator } from "@happy-dom/global-registrator";
|
|
|
|
GlobalRegistrator.register({ url: "http://localhost:3000" });
|