diff options
author | 2021-09-25 02:06:06 -0700 | |
---|---|---|
committer | 2021-09-25 02:06:06 -0700 | |
commit | 20e2040e7e8cf2cd1ac2607f97fab8fd52193529 (patch) | |
tree | 784e858c5c050970bb0d1e7ca11e70f2d20ceb44 /integration/scripts | |
parent | 538f73b2fa3a112111e6500a30f6a065914bd2f7 (diff) | |
download | bun-v0.0.24.tar.gz bun-v0.0.24.tar.zst bun-v0.0.24.zip |
Add integration test that checks styled-components renders successfully and no incorrect unicode characters are present in the `style` tagbun-v0.0.24
Diffstat (limited to 'integration/scripts')
-rw-r--r-- | integration/scripts/browser.js | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |