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