Skip to content

Commit

Permalink
feat(test)Test cov cleanup (#1045)
Browse files Browse the repository at this point in the history
* feat(test)-test coverage cleanup

* remove sroll to top
  • Loading branch information
thwalker6 authored Jan 22, 2025
1 parent 8fccfda commit 891ebb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig({
"lib/libs/webforms/**",
"lib/libs/email/mock-data/**",
"react-app/src/features/webforms/**",
"react-app/src/components/ScrollToTop/**",
"**/*.test.ts",
"**/*.test.tsx",
"TestWrapper.tsx",
"lib/stacks/**",
"lib/packages/eslint-config-custom/**",
Expand Down

0 comments on commit 891ebb6

Please sign in to comment.