UNPKG
@aire-ux/aire-overlay
Version:
latest (1.0.7)
1.0.7
aire-overlay
github.com/aire-ux/aire-overlay
aire-ux/aire-overlay
@aire-ux/aire-overlay
/
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
(); }