ecosystem-ci #468
Annotations
8 errors
|
test-ecosystem (primevue)
Process completed with exit code 1.
|
|
test-ecosystem (nuxt)
The inferred type of 'payloadCache' cannot be named without a reference to '.pnpm/unstorage@1.15.0_db0@0.1.4_ioredis@5.4.1/node_modules/unstorage'. This is likely not portable. A type annotation is necessary.
|
|
test-ecosystem (nuxt)
The inferred type of 'islandCache' cannot be named without a reference to '.pnpm/unstorage@1.15.0_db0@0.1.4_ioredis@5.4.1/node_modules/unstorage'. This is likely not portable. A type annotation is necessary.
|
|
test-ecosystem (nuxt)
The inferred type of 'islandPropCache' cannot be named without a reference to '.pnpm/unstorage@1.15.0_db0@0.1.4_ioredis@5.4.1/node_modules/unstorage'. This is likely not portable. A type annotation is necessary.
|
|
packages/schema/test/folder-structure.spec.ts > nuxt folder structure > should resolve directories for v3 setup correctly:
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
|
|
packages/schema/test/folder-structure.spec.ts > nuxt folder structure > should resolve directories when opting-in to v4 schema:
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
|
|
packages/schema/test/folder-structure.spec.ts > nuxt folder structure > should not override value from user for serverDir:
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
|
|
test-ecosystem (nuxt)
Process completed with exit code 1.
|