Skip to content

Commit 244502a

Browse files
committed
fix: broken snapshot
1 parent fd170ff commit 244502a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/helpers/__snapshots__/utils.test.ts.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,11 @@ exports[`availableTargets > returns all available targets 1`] = `
187187
"title": "Axios",
188188
},
189189
{
190-
"description": "Perform asynchronous HTTP requests with the Fetch API",
190+
"description": "Simplified HTTP node-fetch client",
191191
"extname": ".cjs",
192+
"installation": "npm install node-fetch@2 --save",
192193
"key": "fetch",
193-
"link": "https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch",
194+
"link": "https://github.com/bitinn/node-fetch",
194195
"title": "Fetch",
195196
},
196197
],

0 commit comments

Comments
 (0)