From 20e2040e7e8cf2cd1ac2607f97fab8fd52193529 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 25 Sep 2021 02:06:06 -0700 Subject: Add integration test that checks styled-components renders successfully and no incorrect unicode characters are present in the `style` tag --- integration/scripts/browser.js | 1 + 1 file changed, 1 insertion(+) (limited to 'integration/scripts/browser.js') diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index 9cd23e4ee..05473c249 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -118,6 +118,7 @@ async function main() { "/forbid-in-is-correct.js", "/code-simplification-neql-define.js", "/spread_with_key.tsx", + "/styledcomponents-output.js", ]; tests.reverse(); -- cgit v1.2.3