feat(cli): add non-studio app template #29810
Annotations
4 errors
src/fetch-utils/__test__/sanityRequestOptions.test.ts > toFetchOptions:
packages/@sanity/migrate/src/fetch-utils/__test__/sanityRequestOptions.test.ts#L14
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"init": Object {
+ "body": undefined,
"headers": Object {
"Content-Type": "application/json",
- "User-Agent": "@sanity/[email protected]",
+ "User-Agent": "@sanity/[email protected]",
},
"method": "GET",
},
"url": "https://xyz.api.sanity.io//v2025-01-31/query/my-dataset?perspective=raw",
}
❯ src/fetch-utils/__test__/sanityRequestOptions.test.ts:14:5
|
Test (ubuntu-latest / node 20)
Process completed with exit code 1.
|
src/fetch-utils/__test__/sanityRequestOptions.test.ts > toFetchOptions:
packages/@sanity/migrate/src/fetch-utils/__test__/sanityRequestOptions.test.ts#L14
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"init": Object {
+ "body": undefined,
"headers": Object {
"Content-Type": "application/json",
- "User-Agent": "@sanity/[email protected]",
+ "User-Agent": "@sanity/[email protected]",
},
"method": "GET",
},
"url": "https://xyz.api.sanity.io//v2025-01-31/query/my-dataset?perspective=raw",
}
❯ src/fetch-utils/__test__/sanityRequestOptions.test.ts:14:5
|
Test (ubuntu-latest / node 18)
Process completed with exit code 1.
|