Skip to content

Commit

Permalink
fix: path of test files to be excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 authored May 27, 2024
1 parent 34d8c89 commit 709e908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"react": ["./node_modules/@types/react"]
}
},
"exclude": ["node_modules", "pages", "*.test.ts"],
"exclude": ["node_modules", "pages", "**/*.test.tsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}

0 comments on commit 709e908

Please sign in to comment.