Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true,
|
||||
setupFiles: './src/setupTests.ts',
|
||||
include: ['tests/**/*.spec.tsx'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user