From 8d34654cfa7c9bf923c082d2ada2ecae64acffd7 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 10 Oct 2025 14:33:46 +0200 Subject: Create happydom.ts --- happydom.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 happydom.ts (limited to 'happydom.ts') diff --git a/happydom.ts b/happydom.ts new file mode 100644 index 0000000..7f712d0 --- /dev/null +++ b/happydom.ts @@ -0,0 +1,3 @@ +import { GlobalRegistrator } from "@happy-dom/global-registrator"; + +GlobalRegistrator.register(); -- cgit