From afb57d6dbdeb1628d420411a41fdbbd479b6732f Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 27 Jan 2024 17:19:31 +0000 Subject: :alembic: Set up some basic snapshot tests. --- .../can_compute_a_diff_from_one_render_to_the_next.accepted | 5 +++++ birdie_snapshots/can_render_an_application's_initial_state.accepted | 5 +++++ .../can_render_an_application's_state_after_some_updates.accepted | 5 +++++ birdie_snapshots/can_render_static_html.accepted | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 birdie_snapshots/can_compute_a_diff_from_one_render_to_the_next.accepted create mode 100644 birdie_snapshots/can_render_an_application's_initial_state.accepted create mode 100644 birdie_snapshots/can_render_an_application's_state_after_some_updates.accepted create mode 100644 birdie_snapshots/can_render_static_html.accepted (limited to 'birdie_snapshots') 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. +--- +

0

\ 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. +--- +

3

\ 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 +--- +Hello, World!

Hello, World!

\ No newline at end of file -- cgit v1.2.3