Skip to content

Commit

Permalink
change transformMode
Browse files Browse the repository at this point in the history
  • Loading branch information
alixlahuec committed May 21, 2024
1 parent 92ff1b2 commit d1d65a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/vitest.environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { builtinEnvironments } from 'vitest/environments';

export default <Environment> {
name: "custom_jsdom",
transformMode: "ssr",
transformMode: "web",
setup: (global, options) => {
const envReturn = builtinEnvironments.jsdom.setup(global, options)

Expand Down

0 comments on commit d1d65a1

Please sign in to comment.