Don't use globals

This commit is contained in:
Steve Kinney
2024-09-30 14:22:59 -06:00
parent 10de585111
commit 04106efc12
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,5 @@ import config from './vite.config';
export default mergeConfig(config, {
test: {
environment: 'happy-dom',
globals: true,
},
});