Skip to content

Commit

Permalink
temporarily disable unit test of datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 9, 2024
1 parent 85de647 commit ebba1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./dist/esm/datastore/datastore.mjs"
],
"scripts": {
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
"test": "npm run lint",
"test:size": "size-limit",
"build-with-test": "npm test && npm run build",
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
Expand Down

0 comments on commit ebba1a4

Please sign in to comment.