fix(dev): properly unescape all escaped html entities (#383) #619
Annotations
3 errors and 1 warning
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#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
|
|
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/.
|
The logs for this run have expired and are no longer available.
Loading