Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G2-ptPlatform-frontend
/
refs/heads/master
/
.
/
jest.setup.js
blob: ba3417236f7d977d022173565913f585fc69fe6e [
file
] [
log
] [
blame
] [
edit
]
import
'@testing-library/jest-dom'
;
// jest.setup.js
import
{
TextEncoder
,
TextDecoder
}
from
'util'
;
global
.
TextEncoder
=
TextEncoder
;
global
.
TextDecoder
=
TextDecoder
;