We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd96aa commit 63da12bCopy full SHA for 63da12b
__tests__/index.spec.ts
@@ -257,7 +257,7 @@ describe(`#getLinkPreview()`, () => {
257
});
258
259
expect(res.siteName).toEqual("SiteName has been overridden");
260
- expect(res.description).toEqual(firstParagraphText);
+ expect(res.description).toEqual(firstParagraphText);
261
262
263
it("should handle video tags without type or secure_url tags", async () => {
0 commit comments