-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 296c1ca
fix(tests): un-override nitro dep version for nuxt-3 test (#18056)
Nitro `2.10` was failing our tests due to 500 errors, logs didn't show
anything about what was failing but removing the override which then
makes it use nitro `2.12.9` makes the tests pass again.
I tried almost all releases from `2.10` to `2.12.8` and they all fail
the tests due to timeouts, so only the very last release is the one
working, I think we might have a deep dependency causing this, but for
now this works for our tests.
Nitropack shouldn't even be part of user dependencies as it is
determined by the Nuxt version accepted range.1 parent 2d760ba commit 296c1ca
File tree
1 file changed
+0
-1
lines changed- dev-packages/e2e-tests/test-applications/nuxt-3-min
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | - | ||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments