mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
force the node LANG to us to run the unit tests
This commit is contained in:
parent
cf3cbb34fe
commit
82e8036d0e
@ -1,3 +1,4 @@
|
|||||||
module.exports = async () => {
|
module.exports = async () => {
|
||||||
process.env.TZ = 'UTC';
|
process.env.TZ = 'UTC';
|
||||||
|
process.env.LANG = 'en_US.UTF-8';
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user