Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 15, 2023
1 parent 61842cc commit 0c0dd9a
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vue-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn add --dev vue@2 vuex@3 @vue/test-utils@1
- run: yarn test
- uses: codecov/codecov-action@v3
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@
],
"testEnvironment": "jsdom",
"testEnvironmentOptions": {
"customExportConditions": ["node", "node-addons"]
"customExportConditions": [
"node",
"node-addons"
]
}
},
"homepage": "https://github.com/posva/vuex-mock-store#readme",
Expand Down

0 comments on commit 0c0dd9a

Please sign in to comment.