Skip to content

Commit e7e1e17

Browse files
author
Mike Valeriano
committed
chore: fix vitest config
1 parent bcd3756 commit e7e1e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vite/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function getTest(): InlineConfig {
1414
},
1515
// biome-ignore lint/style/useNamingConvention: needed for vitest
1616
env: { NODE_ENV: "test" },
17-
environment: "jsdom",
17+
environment: "node",
1818
passWithNoTests: true,
1919
setupFiles: ["./.vite/vitest.setup.ts"],
2020
};

0 commit comments

Comments
 (0)