Skip to content

Commit 1508588

Browse files
committed
Updated snapshot after PR
1 parent b2faf4f commit 1508588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/__snapshots__/index.spec.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ function base64(str: string): string {
237237
try {
238238
return btoa(str);
239239
} catch (err) {
240+
// @ts-ignore
240241
return Buffer.from(str).toString('base64');
241242
}
242243
}
@@ -2899,6 +2900,7 @@ function base64(str: string): string {
28992900
try {
29002901
return btoa(str);
29012902
} catch (err) {
2903+
// @ts-ignore
29022904
return Buffer.from(str).toString('base64');
29032905
}
29042906
}

0 commit comments

Comments
 (0)