8000 Fix styled-jsx test (#3147) · JavaScriptExpert/next.js@40bb56e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0