Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G2-ptPlatform-frontend
/
5b1883e599903268896ba3c0bdc5a3712367371f
/
.
/
jest.setup.js
blob: ba3417236f7d977d022173565913f585fc69fe6e [
file
] [
log
] [
blame
]
Akane1217
65b61a7
2025-05-17 13:52:25 +0800
[
diff
] [
blame
]
1
import
'@testing-library/jest-dom'
;
2
// jest.setup.js
3
import
{
TextEncoder
,
TextDecoder
}
from
'util'
;
4
global
.
TextEncoder
=
TextEncoder
;
5
global
.
TextDecoder
=
TextDecoder
;
6