From 03a8d09364ac3e6e53bcf3c819085cca7dc0e616 Mon Sep 17 00:00:00 2001 From: TheJaredWilcurt Date: Thu, 24 Aug 2023 22:29:15 -0400 Subject: [PATCH] Update snaps --- tests/unit/__snapshots__/App.test.js.snap | 16 ++++++---------- .../views/__snapshots__/FsExample.test.js.snap | 6 +++++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/unit/__snapshots__/App.test.js.snap b/tests/unit/__snapshots__/App.test.js.snap index 59c35e3..c898b4f 100644 --- a/tests/unit/__snapshots__/App.test.js.snap +++ b/tests/unit/__snapshots__/App.test.js.snap @@ -24,19 +24,15 @@ exports[`App.vue > Web > Render default contents 1`] = `
-
+
Vue logo
-
-
-

Your App Name Here

-

Vue Boilerplate

-

This boilerplate uses NW.js + Vite + Vue 3 + Pinia + Vue-Router + the superior Options API.

-

Notice that the same app conditionally renders different content in a normal browser than when ran as a desktop app.

-
-
-
+

Your App Name Here

+

Vue Boilerplate

+

This boilerplate uses NW.js + Vite + Vue 3 + Pinia + Vue-Router + the superior Options API.

+

Notice that the same app conditionally renders different content in a normal browser than when ran as a desktop app.

+
`; diff --git a/tests/unit/views/__snapshots__/FsExample.test.js.snap b/tests/unit/views/__snapshots__/FsExample.test.js.snap index e838838..41e0785 100644 --- a/tests/unit/views/__snapshots__/FsExample.test.js.snap +++ b/tests/unit/views/__snapshots__/FsExample.test.js.snap @@ -6,8 +6,12 @@ exports[`FsExample.vue > Desktop > Click button 1`] = `

- The contents of the current working directory: example-file-1.ext, example-file-2.ext + The files in the current working directory:

+ `;