ci(SKY-11103): honor the native Vercel Deployment Check for the frontend gate (#6829)

This commit is contained in:
Aaron Perez 2026-06-25 20:34:01 -05:00 committed by GitHub
parent ae99e976b6
commit d9c0e707a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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