Skip to content

Commit 709e908

Browse files
authored
fix: path of test files to be excluded
1 parent 34d8c89 commit 709e908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-rollup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"react": ["./node_modules/@types/react"]
2626
}
2727
},
28-
"exclude": ["node_modules", "pages", "*.test.ts"],
28+
"exclude": ["node_modules", "pages", "**/*.test.tsx"],
2929
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
3030
}

0 commit comments

Comments
 (0)