Skip to content

Commit 0c5bdb0

Browse files
committed
chore: update include pattern to check for js,ts,jsx,tsx test files
1 parent b7855a4 commit 0c5bdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig(({ mode }) => {
2222
plugins: [million.vite({ auto: true }), react()],
2323
test: {
2424
environment: "jsdom",
25-
include: ["**/*.test.js"],
25+
include: ["**/*.test.[jt]s?(x)"],
2626
exclude: [
2727
"**/node_modules/**",
2828
"**/dist/**",

0 commit comments

Comments
 (0)