aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/template-literal.hmr.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/template-literal.hmr.debug.js')
-rw-r--r--integration/snapshots/template-literal.hmr.debug.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/snapshots/template-literal.hmr.debug.js b/integration/snapshots/template-literal.hmr.debug.js
index 85a21f222..25c6900a7 100644
--- a/integration/snapshots/template-literal.hmr.debug.js
+++ b/integration/snapshots/template-literal.hmr.debug.js
@@ -19,7 +19,7 @@ var hmr = new FastHMR(2201713056, "template-literal.js", FastRefresh), exports =
`;
const fooNoBracesUT16 = css`
before
- 🙃
+ \uD83D\uDE43
after
`;
const fooUTF8 = css`
@@ -30,13 +30,13 @@ var hmr = new FastHMR(2201713056, "template-literal.js", FastRefresh), exports =
`;
const fooUTF16 = css`
before
- 🙃 ${true}
+ \uD83D\uDE43 ${true}
after
`;
const templateLiteralWhichDefinesAFunction = ((...args) => args[args.length - 1]().toString())`
before
- 🙃 ${() => true}
+ \uD83D\uDE43 ${() => true}
after
`;