From 1508588e6fca2cb79aeced1e7fff2da8d070274c Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Mon, 20 Dec 2021 20:19:46 +0100 Subject: [PATCH] Updated snapshot after PR --- test/__snapshots__/index.spec.js.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/__snapshots__/index.spec.js.snap b/test/__snapshots__/index.spec.js.snap index 3f0f1f84..8d3251f8 100644 --- a/test/__snapshots__/index.spec.js.snap +++ b/test/__snapshots__/index.spec.js.snap @@ -237,6 +237,7 @@ function base64(str: string): string { try { return btoa(str); } catch (err) { + // @ts-ignore return Buffer.from(str).toString('base64'); } } @@ -2899,6 +2900,7 @@ function base64(str: string): string { try { return btoa(str); } catch (err) { + // @ts-ignore return Buffer.from(str).toString('base64'); } }