From e49444fc5201e8518a7e04523d85e5cf3760763c Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Mon, 26 Nov 2018 18:32:54 +0100 Subject: [PATCH] fix css test snap related to webpack 4 (mini-css-extract-plugin) --- .../__tests__/__snapshots__/index.js.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react-app-styles-with-css/__tests__/__snapshots__/index.js.snap b/examples/react-app-styles-with-css/__tests__/__snapshots__/index.js.snap index 1457a33a2..812b7dcc2 100644 --- a/examples/react-app-styles-with-css/__tests__/__snapshots__/index.js.snap +++ b/examples/react-app-styles-with-css/__tests__/__snapshots__/index.js.snap @@ -4,5 +4,6 @@ exports[`should build example correctly 1`] = ` ".helloWorld { font-size: 40rem; } + " `;