diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-10-10 14:33:46 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:03:56 +0100 |
| commit | 8d34654cfa7c9bf923c082d2ada2ecae64acffd7 (patch) | |
| tree | ceaf6696a3fb0fc385b192a9857f7eabe9285778 /happydom.ts | |
| parent | 28dcf67a0bda76da283db9223988ed7c9a28026f (diff) | |
Create happydom.ts
Diffstat (limited to 'happydom.ts')
| -rw-r--r-- | happydom.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |
