aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snippets')
-rw-r--r--integration/snippets/styledcomponents-output.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/integration/snippets/styledcomponents-output.js b/integration/snippets/styledcomponents-output.js
index 898223c3e..16ac1ed6b 100644
--- a/integration/snippets/styledcomponents-output.js
+++ b/integration/snippets/styledcomponents-output.js
@@ -36,7 +36,7 @@ export function test() {
document.body.appendChild(reactEl);
ReactDOM.render(
<ErrorScreenRoot id="error-el">
- This is an error! Look for the string
+ The react child should have this text
</ErrorScreenRoot>,
reactEl
);
@@ -49,10 +49,11 @@ export function test() {
);
console.assert(
document.querySelector("#error-el").textContent ===
- "This is an error! Look for the string"
+ "The react child should have this text"
);
ReactDOM.unmountComponentAtNode(reactEl);
reactEl.remove();
+ style.remove();
testDone(import.meta.url);
}
'/ansg191/bun/commit/.vscode/settings.json?h=dylan/github-api-option&id=bb9933fa7ec5eafcb8ef902c96d85a2b248a85be&follow=1'>Exclude more filesGravatar Jarred Sumner 1-1/+1 2023-10-07Exclude more filesGravatar Jarred Sumner 1-1/+2 2023-10-07Update settings.jsonGravatar Jarred Sumner 1-1/+2 2023-10-07Update settings.jsonGravatar Jarred Sumner 1-2/+3 2023-10-06fix a couple install testsGravatar Dylan Conway 1-8/+8 2023-10-06formatGravatar Dylan Conway 1-1/+2 2023-10-06Fix memory leak in fetch() (#6350)Gravatar Jarred Sumner 1-2/+0 2023-10-06[types] allow onLoad plugin callbacks to return undefined (#6346)Gravatar Silver 1-1/+1 2023-10-06docs: `file.stream()` is not a promise (#6337)Gravatar Paul Nodet 1-1/+1