aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/styledcomponents-output.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-07 19:16:30 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-07 21:41:30 -0800
commit2fe5b4da2fed238c5465c7bc96e3d769c030f123 (patch)
tree7a2883432f5c9cb670a9d3e77cb3d24622fbdbea /test/snapshots/styledcomponents-output.js
parent0b94ccdf8c75ab9df4cc965a067d8b881aeb8245 (diff)
downloadbun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.tar.gz
bun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.tar.zst
bun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.zip
:camera:
Diffstat (limited to '')
-rw-r--r--test/snapshots/styledcomponents-output.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/styledcomponents-output.js b/test/snapshots/styledcomponents-output.js
index bf517375f..a5e91df69 100644
--- a/test/snapshots/styledcomponents-output.js
+++ b/test/snapshots/styledcomponents-output.js
@@ -45,7 +45,7 @@ export function test() {
ReactDOM.render(jsx(ErrorScreenRoot, {
id: "error-el",
children: "The react child should have this text"
- }, undefined, false, undefined, this), reactEl);
+ }), reactEl);
const style = document.querySelector("style[data-styled]");
console.assert(style, "style tag should exist");
console.assert(style.textContent.split("").every((a) => a.codePointAt(0) < 128), "style tag should not contain invalid unicode codepoints");