Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Mar 13, 2018
1 parent cfb676a commit 0f0a4f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/containerPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ test('screens can be an array', () => {
const [components] = processPluginsWithValidConfig({
plugins: [
container({
screens: [
'400px',
'500px',
],
screens: ['400px', '500px'],
}),
],
})
Expand Down

0 comments on commit 0f0a4f4

Please sign in to comment.