Skip to content

Commit 0f0a4f4

Browse files
committed
Fix style
1 parent cfb676a commit 0f0a4f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

__tests__/containerPlugin.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ test('screens can be an array', () => {
7474
const [components] = processPluginsWithValidConfig({
7575
plugins: [
7676
container({
77-
screens: [
78-
'400px',
79-
'500px',
80-
],
77+
screens: ['400px', '500px'],
8178
}),
8279
],
8380
})

0 commit comments

Comments
 (0)