Set timezone and locale for tests

This commit is contained in:
Koen Vlaswinkel
2022-09-16 14:36:11 +02:00
parent 8ef3c3713b
commit cd2b5a8c59
4 changed files with 9 additions and 3 deletions

5
.vscode/launch.json vendored
View File

@@ -35,6 +35,9 @@
"runtimeArgs": [
"--inspect=9229"
],
"env": {
"LANG": "en-US"
},
"args": [
"--exit",
"-u",
@@ -43,6 +46,8 @@
"--diff",
"-r",
"ts-node/register",
"-r",
"test/mocha.setup.js",
"test/pure-tests/**/*.ts"
],
"stopOnEntry": false,