diff --git a/javascript/test/__snapshots__/htmlStatement.js.snap b/javascript/test/__snapshots__/htmlStatement.js.snap new file mode 100644 index 0000000..fc93e76 --- /dev/null +++ b/javascript/test/__snapshots__/htmlStatement.js.snap @@ -0,0 +1,14 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`example html statement 1`] = ` +"

Statement for BigCo

+ + + + + +
playseatscost
Hamlet55$650.00
As You Like It35$580.00
Othello40$500.00
+

Amount owed is $1,730.00

+

You earned 47 credits

+" +`;