This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-31 12:55:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
test
/
config
/
front
/
global-setup.js
5 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix jest config Signed-off-by: soupette <cyril@strapi.io>
2021-10-27 08:26:57 +02:00
module
.
exports
=
async
(
)
=>
{
process
.
env
.
TZ
=
'UTC'
;
force the node LANG to us to run the unit tests
2022-07-21 18:54:07 +02:00
process
.
env
.
LANG
=
'en_US.UTF-8'
;
Fix jest config Signed-off-by: soupette <cyril@strapi.io>
2021-10-27 08:26:57 +02:00
}
;
Reference in New Issue
Copy Permalink