Skip to content

Commit

Permalink
Update snapshot to fix available targets test
Browse files Browse the repository at this point in the history
Update the available targets test to fix the snapshot.
  • Loading branch information
Benjscho authored and filfreire committed Jul 12, 2024
1 parent 3311a24 commit 1c007b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/helpers/__snapshots__/utils.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,20 @@ Array [
"key": "ruby",
"title": "Ruby",
},
Object {
"clients": Array [
Object {
"description": "reqwest HTTP library",
"key": "reqwest",
"link": "https://docs.rs/reqwest/latest/reqwest/",
"title": "reqwest",
},
],
"default": "reqwest",
"extname": ".rs",
"key": "rust",
"title": "Rust",
},
Object {
"clients": Array [
Object {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"downlevelIteration": true,
"lib": ["ESNext"],
"declaration": true,
"declarationMap": true,
"declarationMap": true
},
"include": ["src"],
"exclude": ["dist", "**/*.test.ts"]
Expand Down

0 comments on commit 1c007b7

Please sign in to comment.