Skip to content

Commit b2c17ea

Browse files
committed
Update snapshot to fix available targets test
Update the available targets test to fix the snapshot.
1 parent 0d82274 commit b2c17ea

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,20 @@ Array [
322322
"key": "ruby",
323323
"title": "Ruby",
324324
},
325+
Object {
326+
"clients": Array [
327+
Object {
328+
"description": "reqwest HTTP library",
329+
"key": "reqwest",
330+
"link": "https://docs.rs/reqwest/latest/reqwest/",
331+
"title": "reqwest",
332+
},
333+
],
334+
"default": "reqwest",
335+
"extname": ".rs",
336+
"key": "rust",
337+
"title": "Rust",
338+
},
325339
Object {
326340
"clients": Array [
327341
Object {

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"downlevelIteration": true,
1010
"lib": ["ESNext"],
1111
"declaration": true,
12-
"declarationMap": true,
12+
"declarationMap": true
1313
},
1414
"include": ["src"],
1515
"exclude": ["dist", "**/*.test.ts"]

0 commit comments

Comments
 (0)