feat!: upgrade to Nuxt v4 #286
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
test/e2e.test.ts > nuxt-kql > can prefetch KQL queries:
test/e2e.test.ts#L24
Error: Snapshot `nuxt-kql > can prefetch KQL queries 1` mismatched
- Expected
+ Received
- {
- "children": [
- {
- "id": "photography",
- "isListed": true,
- "title": "Photography",
- },
- {
- "id": "notes",
- "isListed": true,
- "title": "Notes",
- },
- {
- "id": "about",
- "isListed": true,
- "title": "About us",
- },
- {
- "id": "error",
- "isListed": false,
- "title": "Error",
- },
- {
- "id": "home",
- "isListed": false,
- "title": "Home",
- },
- {
- "id": "sandbox",
- "isListed": false,
- "title": "Sandbox",
- },
- ],
- "title": "Mægazine",
- }
+ undefined
❯ test/e2e.test.ts:24:33
|
|
test/e2e.test.ts > nuxt-kql > fetches Kirby data useKirbyData:
test/e2e.test.ts#L19
Error: Snapshot `nuxt-kql > fetches Kirby data useKirbyData 1` mismatched
- Expected
+ Received
- {
- "code": 201,
- "result": {
- "children": [
- {
- "id": "photography",
- "isListed": true,
- "title": "Photography",
- },
- {
- "id": "notes",
- "isListed": true,
- "title": "Notes",
- },
- {
- "id": "about",
- "isListed": true,
- "title": "About us",
- },
- {
- "id": "error",
- "isListed": false,
- "title": "Error",
- },
- {
- "id": "home",
- "isListed": false,
- "title": "Home",
- },
- {
- "id": "sandbox",
- "isListed": false,
- "title": "Sandbox",
- },
- ],
- "title": "Mægazine",
- },
- "status": "Created",
- }
+ undefined
❯ test/e2e.test.ts:19:33
|
|
test/e2e.test.ts > nuxt-kql > fetches queries with $kql:
test/e2e.test.ts#L14
Error: Snapshot `nuxt-kql > fetches queries with $kql 1` mismatched
- Expected
+ Received
- {
- "code": 200,
- "result": {
- "children": [
- {
- "id": "photography",
- "isListed": true,
- "title": "Photography",
- },
- {
- "id": "notes",
- "isListed": true,
- "title": "Notes",
- },
- {
- "id": "about",
- "isListed": true,
- "title": "About us",
- },
- {
- "id": "error",
- "isListed": false,
- "title": "Error",
- },
- {
- "id": "home",
- "isListed": false,
- "title": "Home",
- },
- {
- "id": "sandbox",
- "isListed": false,
- "title": "Sandbox",
- },
- ],
- "title": "Mægazine",
- },
- "status": "OK",
- }
+ undefined
❯ test/e2e.test.ts:14:33
|