From ab49f95ef25a49f5d8a53bc8242ee490b15a5b74 Mon Sep 17 00:00:00 2001
From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Date: Sat, 10 Dec 2022 00:18:59 -0800
Subject: :camera:
---
test/snapshots/styledcomponents-output.debug.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/snapshots/styledcomponents-output.debug.js')
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");
--
cgit v1.2.3
n-test-each
Unnamed repository; edit this file 'description' to name the repository. | |