aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/styledcomponents-output.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-10 00:18:59 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-10 00:19:19 -0800
commitab49f95ef25a49f5d8a53bc8242ee490b15a5b74 (patch)
tree8d6dd6fd93a707fb15ec75e57145cf9c61380708 /test/snapshots/styledcomponents-output.debug.js
parent047754d5ddae0b760b807adafcb3678d8702d7df (diff)
downloadbun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.gz
bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.zst
bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.zip
:camera:
Diffstat (limited to 'test/snapshots/styledcomponents-output.debug.js')
-rw-r--r--test/snapshots/styledcomponents-output.debug.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/styledcomponents-output.debug.js b/test/snapshots/styledcomponents-output.debug.js
index bf517375f..a5e91df69 100644
--- a/test/snapshots/styledcomponents-output.debug.js
+++ b/test/snapshots/styledcomponents-output.debug.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");