Skip to content

feat(cli): add non-studio app template #29810

feat(cli): add non-studio app template

feat(cli): add non-studio app template #29810

Re-run triggered February 4, 2025 14:26
Status Failure
Total duration 2m 37s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

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.