Stabilize paired-room orchestration and Codex app-server flow
This commit is contained in:
@@ -2,6 +2,10 @@ import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['src/**/*.test.ts', 'setup/**/*.test.ts'],
|
||||
include: [
|
||||
'src/**/*.test.ts',
|
||||
'setup/**/*.test.ts',
|
||||
'runners/**/test/**/*.test.ts',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user