force the node LANG to us to run the unit tests

This commit is contained in:
Simone Taeggi 2022-07-21 18:54:07 +02:00
parent cf3cbb34fe
commit 82e8036d0e

View File

@ -1,3 +1,4 @@
module.exports = async () => {
process.env.TZ = 'UTC';
process.env.LANG = 'en_US.UTF-8';
};