NWJS_Hour_Tracking/tests/unit/__snapshots__/App.test.js.snap
The Jared Wilcurt 0c4f455122 Testing
2019-09-16 00:49:40 -04:00

10 lines
358 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App.vue Render default contents 1`] = `
<div id="app">
<img src="@/assets/vue.png" alt="Vue.js logo" title="Vue.js" class="logo">
<img src="@/assets/nw.png" alt="NW.js logo" title="NW.js" class="logo">
<helloworld-stub msg="Welcome to your Vue.js Desktop App in NW.js!"></helloworld-stub>
</div>
`;