Fix style

This commit is contained in:
Adam Wathan 2018-03-13 14:15:05 -04:00
parent cfb676acd7
commit 0f0a4f45e8

View File

@ -74,10 +74,7 @@ test('screens can be an array', () => {
const [components] = processPluginsWithValidConfig({
plugins: [
container({
screens: [
'400px',
'500px',
],
screens: ['400px', '500px'],
}),
],
})