diff options
author | 2022-12-07 19:16:30 -0800 | |
---|---|---|
committer | 2022-12-07 21:41:30 -0800 | |
commit | 2fe5b4da2fed238c5465c7bc96e3d769c030f123 (patch) | |
tree | 7a2883432f5c9cb670a9d3e77cb3d24622fbdbea /test/snapshots/styledcomponents-output.js | |
parent | 0b94ccdf8c75ab9df4cc965a067d8b881aeb8245 (diff) | |
download | bun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.tar.gz bun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.tar.zst bun-2fe5b4da2fed238c5465c7bc96e3d769c030f123.zip |
:camera:
Diffstat (limited to '')
-rw-r--r-- | test/snapshots/styledcomponents-output.js | 2 |
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"); |