Skip to content

feat!: v3

feat!: v3 #287

Triggered via pull request November 16, 2024 09:21
Status Failure
Total duration 36s
Artifacts

ci.yml

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

Annotations

10 errors and 1 warning
test/PrismicImage.test.tsx > renders null when passed an empty field: test/PrismicImage.test.tsx#L9
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:9:25
test/PrismicImage.test.tsx > renders an img element with a width-based srcset by default: test/PrismicImage.test.tsx#L17
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:17:25
test/PrismicImage.test.tsx > renders a width-based srcset with given widths: test/PrismicImage.test.tsx#L32
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:32:25
test/PrismicImage.test.tsx > renders a width-based srcset with default widths if widths is "defaults": test/PrismicImage.test.tsx#L48
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:48:25
test/PrismicImage.test.tsx > renders a width-based srcset with the field's responsive views if widths is "thumbnails": test/PrismicImage.test.tsx#L63
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:63:25
test/PrismicImage.test.tsx > renders pixel-density srcset with default densities if pixelDensities is "defaults": test/PrismicImage.test.tsx#L80
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:80:25
test/PrismicImage.test.tsx > renders pixel-density srcset with the given densities: test/PrismicImage.test.tsx#L97
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:97:25
test/PrismicImage.test.tsx > prioritizes widths prop over pixelDensities: test/PrismicImage.test.tsx#L117
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:117:25
test/PrismicImage.test.tsx > warns if both widths and pixelDensites are given: test/PrismicImage.test.tsx#L142
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:142:25
test/PrismicImage.test.tsx > uses the field's alt if given: test/PrismicImage.test.tsx#L173
TypeError: Cannot read properties of undefined (reading 'value') ❯ test/PrismicImage.test.tsx:173:25
ci (ubuntu-latest, 18)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/