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