Skip to content

Commit 9286618

Browse files
rrodrigu3zclaude
andcommitted
fix: allow integration tests to run via test:integration script
Remove vitest exclude for integration.test.ts — tests self-gate via describe.runIf(process.env.OPENSHELL_TEST) so they're skipped in normal `pnpm test` runs but can execute with `pnpm test:integration`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4e9b23c commit 9286618

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vitest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default defineConfig({
44
test: {
55
environment: "node",
66
include: ["src/__tests__/**/*.test.ts"],
7-
exclude: ["src/__tests__/integration.test.ts"],
87
coverage: {
98
provider: "v8",
109
reporter: ["text", "json", "html"],

0 commit comments

Comments
 (0)