From 52f657f78b92ef6b701fa6b4ad265709a57531c8 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Thu, 13 May 2021 03:46:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20unit=20test=20snapshots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ssh-existing-branch-folder-space.spec.ts.snap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 action/test/specs/__snapshots__/ssh-existing-branch-folder-space.spec.ts.snap diff --git a/action/test/specs/__snapshots__/ssh-existing-branch-folder-space.spec.ts.snap b/action/test/specs/__snapshots__/ssh-existing-branch-folder-space.spec.ts.snap new file mode 100644 index 0000000..dff6607 --- /dev/null +++ b/action/test/specs/__snapshots__/ssh-existing-branch-folder-space.spec.ts.snap @@ -0,0 +1,10 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Spaces in folder names are correctly handled 1`] = ` +"msg:Update master to output generated at +tree:3f97adec519b4ce0c5950da8eb91bd2939d20689 +author:s0 +msg:initial +tree:c1cde76c408d7c8cb6956f35f1e4853366340aec +author:Test User " +`;