Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Nov 17, 2023
1 parent 41e26bc commit a8c422d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- run: |
pnpm build
pnpm run test -w false --coverage
pnpm test
pnpm lint
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepare": "husky install",
"prettier": "prettier --write src/**/*.{ts,tsx}",
"lint": "eslint \"{src,tests,examples}**/*.{ts,tsx}\"",
"test": "vitest --globals --environment happy-dom -w false",
"test": "vitest --globals --environment happy-dom -w false --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand Down

0 comments on commit a8c422d

Please sign in to comment.