Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 8, 2024
1 parent a897f58 commit 3e09e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/lib/instrumenter/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default mergeConfig(
vitestCommonConfig,
defineConfig({
test: {
environment: 'jsdom',
environment: 'happy-dom',
},
})
);
2 changes: 1 addition & 1 deletion code/lib/test/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default mergeConfig(
vitestCommonConfig,
defineConfig({
test: {
environment: 'jsdom',
environment: 'happy-dom',
},
})
);

0 comments on commit 3e09e18

Please sign in to comment.