diff --git a/test/integration/basic/test/rendering.js b/test/integration/basic/test/rendering.js index 588dce92..d99cedee 100644 --- a/test/integration/basic/test/rendering.js +++ b/test/integration/basic/test/rendering.js @@ -33,7 +33,7 @@ export default function ({ app }, suiteName, render) { const styleId = $('#blue-box').attr('class') const style = $('style') - expect(style.text().includes(`p.${styleId}{color:blue}`)).toBeTruthy() + expect(style.text().includes(`p.${styleId}{color:blue`)).toBeTruthy() }) test('renders properties populated asynchronously', async () => {