Skip to content

Commit

Permalink
Use full-icu when running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsknn committed Nov 1, 2020
1 parent a79233d commit 935a072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cjs": "tsc --module commonjs",
"build": "npm run esm && npm run cjs",
"size": "size-limit",
"test": "xo && c8 ava && c8 report --reporter=lcov",
"test": "xo && cross-env NODE_ICU_DATA=node_modules/full-icu c8 ava && c8 report --reporter=lcov",
"benchmark": "ts-node -T benchmark.ts",
"prepublishOnly": "npm run build"
},
Expand Down Expand Up @@ -58,11 +58,13 @@
"cli-table3": "^0.6.0",
"coveralls": "^3.1.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.2",
"date-fns": "^2.16.1",
"date-format": "^3.0.0",
"dayjs": "^1.9.4",
"del-cli": "^3.0.1",
"eslint-config-xo-typescript": "^0.35.0",
"full-icu": "^1.3.1",
"moment": "^2.29.1",
"size-limit": "^4.7.0",
"ts-node": "^9.0.0",
Expand Down

0 comments on commit 935a072

Please sign in to comment.