We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b127578 commit 32c47cdCopy full SHA for 32c47cd
2 files changed
.github/workflows/e2e-test.yml
@@ -285,6 +285,10 @@ jobs:
285
vp run lint
286
vp run test:types
287
vp test --project unit
288
+ - name: vite-plus-jest-dom-repro
289
+ node-version: 24
290
+ command: |
291
+ vp test run
292
exclude:
293
# frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
294
- os: windows-latest
ecosystem-ci/repo.json
@@ -91,5 +91,11 @@
91
"branch": "main",
92
"hash": "230b7c7ddb6bb8551ce797144f0ce0f047ff8d7d",
93
"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
100
}
101
0 commit comments