mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
ci(SKY-11103): honor the native Vercel Deployment Check for the frontend gate (#6829)
This commit is contained in:
parent
ae99e976b6
commit
d9c0e707a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue