mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-04-23 09:18:57 +02:00
add html statement snapshot for JS
This commit is contained in:
14
javascript/test/__snapshots__/htmlStatement.js.snap
Normal file
14
javascript/test/__snapshots__/htmlStatement.js.snap
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`example html statement 1`] = `
|
||||||
|
"<h1>Statement for BigCo</h1>
|
||||||
|
<table>
|
||||||
|
<tr><th>play</th><th>seats</th><th>cost</th></tr>
|
||||||
|
<tr><td>Hamlet</td><td>55</td><td>$650.00</td></tr>
|
||||||
|
<tr><td>As You Like It</td><td>35</td><td>$580.00</td></tr>
|
||||||
|
<tr><td>Othello</td><td>40</td><td>$500.00</td></tr>
|
||||||
|
</table>
|
||||||
|
<p>Amount owed is <em>$1,730.00</em></p>
|
||||||
|
<p>You earned <em>47</em> credits</p>
|
||||||
|
"
|
||||||
|
`;
|
||||||
Reference in New Issue
Block a user