File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"build" : " lerna run build" ,
6
6
"watch" : " lerna run --parallel watch" ,
7
- "test-unit" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest" ,
8
- "test-unit-ci" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand" ,
7
+ "test-unit" : " cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest" ,
8
+ "test-unit-ci" : " cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand" ,
9
9
"test-e2e" : " yarn run -s build && cross-env NODE_ENV=test && cd cypress && yarn test" ,
10
10
"test-e2e-local" : " cd cypress && yarn start" ,
11
11
"test" : " yarn test-unit && yarn test-e2e" ,
You can’t perform that action at this time.
0 commit comments