feat: read model outbox 재시도 dispatcher를 추가
This commit is contained in:
@@ -7,6 +7,10 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
globals: true,
|
||||
// Integration files share the explicitly supplied disposable schema.
|
||||
// Keep file-level TRUNCATE/setup boundaries from racing each other;
|
||||
// individual tests still create concurrent writers deliberately.
|
||||
fileParallelism: false,
|
||||
include: ['test/**/*.test.ts'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user