File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 5
5
"build" : " lerna run build" ,
6
6
"watch" : " lerna run --parallel watch" ,
7
7
"build-demo" : " cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn -s build" ,
8
- "test-unit" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest" ,
9
- "test-unit-ci" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand" ,
8
+ "test-unit" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs jest" ,
9
+ "test-unit-ci" : " cross-env NODE_ENV=test cross-env BABEL_ENV=cjs jest --runInBand" ,
10
10
"test-e2e" : " yarn run -s build && cross-env NODE_ENV=test && cd cypress && yarn -s test" ,
11
11
"test-e2e-local" : " cd cypress && yarn -s start" ,
12
12
"test" : " yarn -s test-unit && yarn -s test-e2e" ,
62
62
"eslint-plugin-react" : " ^7.13.0" ,
63
63
"eslint-plugin-react-hooks" : " ^1.6.0" ,
64
64
"express" : " ~4.16.3" ,
65
- "full-icu" : " ~1.3.1" ,
66
65
"husky" : " ^2.3.0" ,
67
66
"jest" : " ^24.7.0" ,
68
67
"lerna" : " ~2.9.1" ,
Original file line number Diff line number Diff line change @@ -7392,11 +7392,6 @@ fsevents@^1.2.7:
7392
7392
bindings "^1.5.0"
7393
7393
nan "^2.12.1"
7394
7394
7395
- full-icu@~1.3.1:
7396
- version "1.3.1"
7397
- resolved "https://registry.yarnpkg.com/full-icu/-/full-icu-1.3.1.tgz#e67fdf58523f1d1e0d9143b1542fe2024c1c8997"
7398
- integrity sha512-VMtK//85QJomhk3cXOCksNwOYaw1KWnYTS37GYGgyf7A3ajdBoPGhaJuJWAH2S2kq8GZeXkdKn+3Mfmgy11cVw==
7399
-
7400
7395
function-bind@^1.1.1:
7401
7396
version "1.1.1"
7402
7397
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
You can’t perform that action at this time.
0 commit comments