diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:31 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:31 +0000 |
commit | afb57d6dbdeb1628d420411a41fdbbd479b6732f (patch) | |
tree | 7d057f44d5c9d5ffe6376542e102446cc4760fa8 /birdie_snapshots | |
parent | 5510116297d5da07269b776a0e30766e221569bd (diff) | |
download | lustre-afb57d6dbdeb1628d420411a41fdbbd479b6732f.tar.gz lustre-afb57d6dbdeb1628d420411a41fdbbd479b6732f.zip |
:alembic: Set up some basic snapshot tests.
Diffstat (limited to 'birdie_snapshots')
4 files changed, 20 insertions, 0 deletions
diff --git a/birdie_snapshots/can_compute_a_diff_from_one_render_to_the_next.accepted b/birdie_snapshots/can_compute_a_diff_from_one_render_to_the_next.accepted new file mode 100644 index 0000000..5a7dad0 --- /dev/null +++ b/birdie_snapshots/can_compute_a_diff_from_one_render_to_the_next.accepted @@ -0,0 +1,5 @@ +--- +version: 1.0.1 +title: Can compute a diff from one render to the next +--- +[[["000",{"content":"3"}]],[],[]]
\ No newline at end of file diff --git a/birdie_snapshots/can_render_an_application's_initial_state.accepted b/birdie_snapshots/can_render_an_application's_initial_state.accepted new file mode 100644 index 0000000..4545fcb --- /dev/null +++ b/birdie_snapshots/can_render_an_application's_initial_state.accepted @@ -0,0 +1,5 @@ +--- +version: 1.0.1 +title: Can render an application's initial state. +--- +<div><p>0</p><button>-</button><button>+</button></div>
\ No newline at end of file diff --git a/birdie_snapshots/can_render_an_application's_state_after_some_updates.accepted b/birdie_snapshots/can_render_an_application's_state_after_some_updates.accepted new file mode 100644 index 0000000..0922d44 --- /dev/null +++ b/birdie_snapshots/can_render_an_application's_state_after_some_updates.accepted @@ -0,0 +1,5 @@ +--- +version: 1.0.1 +title: Can render an application's state after some updates. +--- +<div><p>3</p><button>-</button><button>+</button></div>
\ No newline at end of file diff --git a/birdie_snapshots/can_render_static_html.accepted b/birdie_snapshots/can_render_static_html.accepted new file mode 100644 index 0000000..5fe52b6 --- /dev/null +++ b/birdie_snapshots/can_render_static_html.accepted @@ -0,0 +1,5 @@ +--- +version: 1.0.1 +title: Can render static HTML +--- +<html><head><title>Hello, World!</title></head><body><h1>Hello, World!</h1><img src="https://source.unsplash.com/random"></body></html>
\ No newline at end of file |