Skip to content

Commit

Permalink
tests: accept snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 20, 2024
1 parent ed984e1 commit 320c36e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testthat/_snaps/countdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
play_sound = TRUE)))
Output
<div class="countdown extra-class" id="timer_1" data-warn-when="15" data-update-every="10" data-play-sound="true" data-blink-colon="true" data-start-immediately="true" tabindex="0" style="right:0;bottom:0;">
<div class="countdown-controls">
<button class="countdown-bump-down">&minus;</button>
<button class="countdown-bump-up">&plus;</button>
</div>
<div class="countdown-controls"><button class="countdown-bump-down">&minus;</button><button class="countdown-bump-up">&plus;</button></div>
<code class="countdown-time"><span class="countdown-digits minutes">01</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">30</span></code>
</div>

0 comments on commit 320c36e

Please sign in to comment.