UNPKG
@aire-ux/aire-switch
Version:
latest (1.0.21)
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.10
aire-switch
github.com/aire-ux/aire-switch
aire-ux/aire-switch
@aire-ux/aire-switch
/
src
/
test
/
typescript
/
setup.ts
10 lines
(7 loc)
•
204 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
GlobalRegistrator
}
from
"@happy-dom/global-registrator"
;
export
async
function
setup
(
) {
GlobalRegistrator
.
register
(); }
export
async
function
teardown
(
) {
GlobalRegistrator
.
unregister
(); }