diff options
Diffstat (limited to 'vitest_snapshots/02-interactivity.test.js.snap')
-rw-r--r-- | vitest_snapshots/02-interactivity.test.js.snap | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vitest_snapshots/02-interactivity.test.js.snap b/vitest_snapshots/02-interactivity.test.js.snap new file mode 100644 index 0000000..c7c7ce2 --- /dev/null +++ b/vitest_snapshots/02-interactivity.test.js.snap @@ -0,0 +1,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>" +`; |