Skip to content

Commit

Permalink
fix: broken snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 5, 2024
1 parent fd170ff commit 244502a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/helpers/__snapshots__/utils.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ exports[`availableTargets > returns all available targets 1`] = `
"title": "Axios",
},
{
"description": "Perform asynchronous HTTP requests with the Fetch API",
"description": "Simplified HTTP node-fetch client",
"extname": ".cjs",
"installation": "npm install node-fetch@2 --save",
"key": "fetch",
"link": "https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch",
"link": "https://github.com/bitinn/node-fetch",
"title": "Fetch",
},
],
Expand Down

0 comments on commit 244502a

Please sign in to comment.