presets(vercel): add framework info to build output config #9508
ci.yml
on: pull_request
Matrix: tests-checks
Matrix: tests-rolldown
Matrix: tests-rollup
Annotations
8 errors
|
tests-rolldown (ubuntu-latest)
Process completed with exit code 1.
|
|
test/presets/vercel.test.ts > nitro:preset:vercel:web > should add route rules to config:
test/presets/vercel.test.ts#L30
Error: Snapshot `nitro:preset:vercel:web > should add route rules to config 1` mismatched
- Expected
+ Received
@@ -1,6 +1,9 @@
{
+ "framework": {
+ "version": "3.0.1-alpha.2",
+ },
"overrides": {
"_scalar/index.html": {
"path": "_scalar",
},
"_swagger/index.html": {
❯ test/presets/vercel.test.ts:30:24
|
|
tests-rolldown (windows-latest)
The strategy configuration was canceled because "tests-rolldown.ubuntu-latest" failed
|
|
tests-rolldown (windows-latest)
The operation was canceled.
|
|
tests-rollup (ubuntu-latest)
Process completed with exit code 1.
|
|
test/presets/vercel.test.ts > nitro:preset:vercel:web > should add route rules to config:
test/presets/vercel.test.ts#L30
Error: Snapshot `nitro:preset:vercel:web > should add route rules to config 1` mismatched
- Expected
+ Received
@@ -1,6 +1,9 @@
{
+ "framework": {
+ "version": "3.0.1-alpha.2",
+ },
"overrides": {
"_scalar/index.html": {
"path": "_scalar",
},
"_swagger/index.html": {
❯ test/presets/vercel.test.ts:30:24
|
|
tests-rollup (windows-latest)
The strategy configuration was canceled because "tests-rollup.ubuntu-latest" failed
|
|
tests-rollup (windows-latest)
The operation was canceled.
|