diff --git a/skyvern-frontend/vitest.config.ts b/skyvern-frontend/vitest.config.ts index 70223be89..4aa177423 100644 --- a/skyvern-frontend/vitest.config.ts +++ b/skyvern-frontend/vitest.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ plugins: [react()], test: { passWithNoTests: true, - exclude: ["e2e/**", "node_modules/**"], + exclude: ["node_modules/**"], // Tests that transitively import the editor (e.g. workflowEditorUtils via // its `./nodes` barrel) touch zustand stores that read localStorage at // module load — run all tests under jsdom so those imports resolve. The