Skip to content

Commit

Permalink
fix: size-limit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Aksamitov committed Nov 18, 2021
1 parent ebaa573 commit dccf035
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@logux/eslint-config": "46.0.1",
"@logux/sharec-config": "^0.13.1",
"@size-limit/preset-small-lib": "^7.0.0",
"@size-limit/webpack": "^7.0.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/vue": "^6.4.0",
"@types/jest": "^27.0.2",
Expand Down Expand Up @@ -125,15 +126,15 @@
"index.js": "{ useStore }",
"nanostores": "{ map, computed }"
},
"limit": "717 B"
"limit": "663 B"
},
{
"name": "useStore + useVModel",
"import": {
"index.js": "{ useStore, useVModel }",
"nanostores": "{ map, computed }"
},
"limit": "768 B"
"limit": "714 B"
}
],
"yaspeller": {
Expand Down
Loading

0 comments on commit dccf035

Please sign in to comment.