UNPKG

@aire-ux/aire-switch

Version:
10 lines (7 loc) 204 B
import {GlobalRegistrator} from "@happy-dom/global-registrator"; export async function setup() { GlobalRegistrator.register(); } export async function teardown() { GlobalRegistrator.unregister(); }