From 716a8b7afbf8e945af3906e75b2cb0d7eb29c954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6th=20Radim?= Date: Mon, 22 Nov 2021 15:57:21 +0100 Subject: [PATCH] add html statement snapshot for JS --- .../test/__snapshots__/htmlStatement.js.snap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 javascript/test/__snapshots__/htmlStatement.js.snap 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

+" +`;