From 0f0a4f45e8e2122e99850d11ad2c576be249e366 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 13 Mar 2018 14:15:05 -0400 Subject: [PATCH] Fix style --- __tests__/containerPlugin.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/__tests__/containerPlugin.test.js b/__tests__/containerPlugin.test.js index e7ebdb337..a82ccf18d 100644 --- a/__tests__/containerPlugin.test.js +++ b/__tests__/containerPlugin.test.js @@ -74,10 +74,7 @@ test('screens can be an array', () => { const [components] = processPluginsWithValidConfig({ plugins: [ container({ - screens: [ - '400px', - '500px', - ], + screens: ['400px', '500px'], }), ], })