Skip to content

Commit 32c47cd

Browse files
committed
chore: add e2e test
1 parent b127578 commit 32c47cd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ jobs:
285285
vp run lint
286286
vp run test:types
287287
vp test --project unit
288+
- name: vite-plus-jest-dom-repro
289+
node-version: 24
290+
command: |
291+
vp test run
288292
exclude:
289293
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
290294
- os: windows-latest

ecosystem-ci/repo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,11 @@
9191
"branch": "main",
9292
"hash": "230b7c7ddb6bb8551ce797144f0ce0f047ff8d7d",
9393
"forceFreshMigration": true
94+
},
95+
"vite-plus-jest-dom-repro": {
96+
"repository": "https://github.com/why-reproductions-are-required/vite-plus-jest-dom-repro.git",
97+
"branch": "master",
98+
"hash": "01bd9ce1ac66ee3c21ed8a7f14311317d87fb999",
99+
"forceFreshMigration": true
94100
}
95101
}

0 commit comments

Comments
 (0)