Skip to content

Commit

Permalink
Explicitly set language when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jul 29, 2023
1 parent 50f15a1 commit 4facb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "./postbuild.sh",
"test": "react-scripts test --watchAll=false",
"test": "LANG=de_de react-scripts test --watchAll=false",
"eject": "react-scripts eject",
"i18n": "i18next",
"lint": "eslint ."
Expand Down

0 comments on commit 4facb30

Please sign in to comment.