Skip to content

fix(dev): properly unescape all escaped html entities (#383) #619

fix(dev): properly unescape all escaped html entities (#383)

fix(dev): properly unescape all escaped html entities (#383) #619

Triggered via push June 26, 2024 23:03
Status Failure
Total duration 1m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
src/next/getFrameMetadata.test.ts > default: src/next/getFrameMetadata.test.ts#L8
Error: Snapshot `default 1` mismatched - Expected + Received @@ -11,7 +11,7 @@ "fc:frame:button:3:target": "https://github.com/wevm/frog", "fc:frame:image": "https://frame.frog.fm/og.png", "fc:frame:image:aspect_ratio": "1.91:1", "fc:frame:post_url": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l", "og:image": "https://frame.frog.fm/og.png", - "og:title": "Frog – Framework for Farcaster Frames", + "og:title": null, } ❯ src/next/getFrameMetadata.test.ts:8:20
src/utils/getFrameMetadata.test.ts > default: src/utils/getFrameMetadata.test.ts#L8
Error: Snapshot `default 1` mismatched - Expected + Received @@ -14,11 +14,11 @@ { "content": "https://frame.frog.fm/og.png", "property": "og:image", }, { - "content": "Frog – Framework for Farcaster Frames", + "content": null, "property": "og:title", }, { "content": "https://frame.frog.fm/api?initialPath=%252Fapi&previousButtonValues=%2523A_%252C_l%252C_l", "property": "fc:frame:post_url", ❯ src/utils/getFrameMetadata.test.ts:8:20
Verify / Test
Process completed with exit code 1.
Verify / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Verify / Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Verify / Types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.