ecosystem-ci #468
Annotations
7 errors
|
|
|
|
|
|
|
workspace/nuxt/nuxt/packages/schema/test/folder-structure.spec.ts#L15
Error: Snapshot `nuxt folder structure > should resolve directories for v3 setup correctly 1` mismatched
- Expected
+ Received
@@ -5,7 +5,7 @@
"public": "<cwd>/public",
},
"rootDir": "<cwd>",
"serverDir": "<cwd>/server",
"srcDir": "<cwd>/app",
- "workspaceDir": "<cwd>",
+ "workspaceDir": "/home/runner/work/ecosystem-ci/ecosystem-ci",
}
❯ packages/schema/test/folder-structure.spec.ts:15:55
|
|
workspace/nuxt/nuxt/packages/schema/test/folder-structure.spec.ts#L49
Error: Snapshot `nuxt folder structure > should resolve directories when opting-in to v4 schema 1` mismatched
- Expected
+ Received
@@ -5,7 +5,7 @@
"public": "<cwd>/public",
},
"rootDir": "<cwd>",
"serverDir": "<cwd>/server",
"srcDir": "<cwd>/app",
- "workspaceDir": "<cwd>",
+ "workspaceDir": "/home/runner/work/ecosystem-ci/ecosystem-ci",
}
❯ packages/schema/test/folder-structure.spec.ts:49:55
|
|
workspace/nuxt/nuxt/packages/schema/test/folder-structure.spec.ts#L83
Error: Snapshot `nuxt folder structure > should not override value from user for serverDir 1` mismatched
- Expected
+ Received
@@ -5,7 +5,7 @@
"public": "<cwd>/public",
},
"rootDir": "<cwd>",
"serverDir": "/myServer",
"srcDir": "<cwd>/app",
- "workspaceDir": "<cwd>",
+ "workspaceDir": "/home/runner/work/ecosystem-ci/ecosystem-ci",
}
❯ packages/schema/test/folder-structure.spec.ts:83:55
|
|
|
The logs for this run have expired and are no longer available.
Loading