Skip to content

Commit 241ac5d

Browse files
committed
fix: try addressing deployment issue
1 parent 7728da9 commit 241ac5d

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.[jt]s?(x)"],
25+
include: ["**/*.test.js", "**/*.test.jsx"],
2626
exclude: [
2727
"**/node_modules/**",
2828
"**/dist/**",

0 commit comments

Comments
 (0)