Skip to content

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Aug 25, 2023
1 parent 33736ca commit 03a8d09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 6 additions & 10 deletions tests/unit/__snapshots__/App.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ exports[`App.vue > Web > Render default contents 1`] = `
</nav>
</header>
<main>
<header>
<div class="greetings">
<div class="logos">
<!--v-if-->
<img alt="Vue logo" src="/src/assets/logo.svg">
</div>
<div class="wrapper">
<div class="greetings">
<h1 class="green">Your App Name Here</h1>
<h2 class="green">Vue Boilerplate</h2>
<h3> This boilerplate uses <a href="#" title="nwjs.io">NW.js</a> + <a href="#" title="vitejs.dev">Vite</a> + <a href="#" title="vuejs.org">Vue 3</a> + <a href="#" title="pinia.vuejs.org">Pinia</a> + <a href="#" title="router.vuejs.org">Vue-Router</a> + the <a href="#" title="docs.google.com/presentation/d/1fsDhn_MptD6c-_ALgurQtvaRFkfbfukbbFGfEfckzvk/edit?usp=sharing">superior Options API</a>. </h3>
<p> Notice that the <strong>same app conditionally renders</strong> different content in a normal browser than <strong>when ran as a desktop app</strong>. </p>
</div>
</div>
</header>
<h1 class="green">Your App Name Here</h1>
<h2 class="green">Vue Boilerplate</h2>
<h3> This boilerplate uses <a href="#" title="nwjs.io">NW.js</a> + <a href="#" title="vitejs.dev">Vite</a> + <a href="#" title="vuejs.org">Vue 3</a> + <a href="#" title="pinia.vuejs.org">Pinia</a> + <a href="#" title="router.vuejs.org">Vue-Router</a> + the <a href="#" title="docs.google.com/presentation/d/1fsDhn_MptD6c-_ALgurQtvaRFkfbfukbbFGfEfckzvk/edit?usp=sharing">superior Options API</a>. </h3>
<p> Notice that the <strong>same app conditionally renders</strong> different content in a normal browser than <strong>when ran as a desktop app</strong>. </p>
</div>
</main>
`;
6 changes: 5 additions & 1 deletion tests/unit/views/__snapshots__/FsExample.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ exports[`FsExample.vue > Desktop > Click button 1`] = `
<!--v-if-->
<button> Click for File System example </button>
<p>
<strong>The contents of the current working directory:</strong> example-file-1.ext, example-file-2.ext
<strong>The files in the current working directory:</strong>
</p>
<ul class="columns">
<li>example-file-1.ext</li>
<li>example-file-2.ext</li>
</ul>
</div>
`;

Expand Down

0 comments on commit 03a8d09

Please sign in to comment.