mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-14 15:43:27 +01:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
// 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>
|
|
"
|
|
`;
|