Skip to content

Commit

Permalink
fix: remove exclude config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusztal committed Jan 7, 2025
1 parent 1d37b05 commit 9c875a2
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 20 deletions.
120 changes: 101 additions & 19 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"src/**/*.test.ts",
"src/**/*.test.tsx"
],
"exclude": ["jest.config.ts"]
"exclude": ["node_modules"]
}

0 comments on commit 9c875a2

Please sign in to comment.