mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
cleanup: remove TUI package and legacy dsh entrypoints
This commit is contained in:
@@ -50,10 +50,7 @@ export default defineConfig({
|
||||
// mode remains the zero-build path, while lib mode requires a prior build.
|
||||
...(process.env.DSH_EXAMPLE_MODE === 'lib' ? ['apps/web/tests/**/*.snapshot.ts'] : []),
|
||||
'examples/*/tests/**/*.snapshot.ts',
|
||||
// The shipped TUI's terminal-journey scenarios moved here with its config.
|
||||
'apps/cli/tests/**/*.snapshot.ts',
|
||||
'packages/sdk/*/tests/**/*.snapshot.ts',
|
||||
'packages/ui/tui/tests/**/*.snapshot.ts',
|
||||
],
|
||||
// Each test boots a subprocess; give it room and keep the worker file singular. Replay tests
|
||||
// opt into bounded in-file concurrency, while record/refresh stay serial because they write
|
||||
|
||||
Reference in New Issue
Block a user