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 f288ed8 commit 58e7d6eCopy full SHA for 58e7d6e
__tests__/index.spec.ts
@@ -214,7 +214,7 @@ describe(`#getLinkPreview()`, () => {
214
await getLinkPreview(`http://google.com/`, { followRedirects: `error` });
215
} catch (e: any) {
216
expect(e.message).toEqual(
217
- `uri requested responds with a redirect, redirect mode is set to error: http://google.com/`
+ `fetch failed`
218
);
219
}
220
});
0 commit comments