Make Vitest helpers global
This commit is contained in:
@@ -4,4 +4,8 @@ import { css } from 'css-configuration';
|
||||
export default defineConfig({
|
||||
assetsInclude: ['**/*.html'],
|
||||
css,
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
globals: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user