aboutsummaryrefslogtreecommitdiff
path: root/vitest_snapshots/02-interactivity.test.js.snap
blob: c7c7ce22a150098b9e663ed166b37295101793ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`counter example > should render initially 1`] = `
"<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>🚧 {app_name}</title>

  </head>

  <body>
    <div style="width:100vw;height:100vh;padding:1rem;" class="lustre-ui-centre"><div class="lustre-ui-stack"><button class="lustre-ui-button" type="button">+</button><p style="text-align:center;">0</p><button class="lustre-ui-button" type="button">-</button></div></div>
  </body>
</html>"
`;