chore: add PTY test vitest config and ready integration
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,8 @@ export default defineConfig({
|
||||
test: {
|
||||
// chalk disables color in non-TTY envs; force it on so ANSI style bugs don't hide from tests
|
||||
env: { FORCE_COLOR: "3" },
|
||||
// PTY tests run separately via vitest.pty.config.ts (they need node-pty, no parallelism, longer timeout)
|
||||
exclude: ["integration/pty/**", "node_modules/**"],
|
||||
},
|
||||
lint: {
|
||||
options: { typeAware: true, typeCheck: true },
|
||||
|
||||
Reference in New Issue
Block a user