From 88731071aa7cb5af8920e16793a09c10a1d025ad Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Sat, 24 Oct 2020 12:41:14 -0500 Subject: [PATCH] Update test --- .../integration/image-component/default/test/index.test.js | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/integration/image-component/default/test/index.test.js b/test/integration/image-component/default/test/index.test.js index 1c519d5d3860..8af093b9240c 100644 --- a/test/integration/image-component/default/test/index.test.js +++ b/test/integration/image-component/default/test/index.test.js @@ -88,7 +88,7 @@ function runTests(mode) { await hasRedbox(browser) expect(await getRedboxHeader(browser)).toContain( - 'Next Image optimizer requires src to be provided. Make sure you pass them as props to the `next/image` component. Received: {"width":1200}' + 'Next Image Optimization requires src to be provided. Make sure you pass them as props to the `next/image` component. Received: {"width":1200}' ) }) diff --git a/yarn.lock b/yarn.lock index 829b25a7f784..3e22fcac28b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15826,9 +15826,10 @@ styled-jsx-plugin-postcss@2.0.1: postcss "^7.0.2" postcss-load-plugins "^2.3.0" -styled-jsx@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.3.0.tgz#32335c1a3ecfc923ba4f9c056eeb3d4699006b09" +styled-jsx@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.3.1.tgz#d79f306c42c99cefbe8e76f35dad8100dc5c9ecc" + integrity sha512-RhW71t3k95E3g7Zq3lEBk+kmf+p4ZME7c5tfsYf9M5mq6CgIvFXkbvhawL2gWriXLRlMyKAYACE89Qa2JnTqUw== dependencies: "@babel/types" "7.8.3" babel-plugin-syntax-jsx "6.18.0"