Skip to content

Commit 40bb56e

Browse files
authored
Fix styled-jsx test (vercel#3147)
* Fix styled-jsx test * Make sure the test passes
1 parent 9805231 commit 40bb56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/basic/test/rendering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function ({ app }, suiteName, render) {
3333
const styleId = $('#blue-box').attr('class')
3434
const style = $('style')
3535

36-
expect(style.text().includes(`p.${styleId}{color:blue}`)).toBeTruthy()
36+
expect(style.text().includes(`p.${styleId}{color:blue`)).toBeTruthy()
3737
})
3838

3939
test('renders properties populated asynchronously', async () => {

0 commit comments

Comments
 (0)