feat: Use vitest instead of jest for ESM compatibility
This commit is contained in:
9
packages/backend/vitest.config.js
Normal file
9
packages/backend/vitest.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
setupFiles: ['./test/setup/global-hooks.js'],
|
||||
globals: true,
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user