diff --git a/__tests__/customConfig.test.js b/__tests__/customConfig.test.js index f0c32aa93..f96ea9a5b 100644 --- a/__tests__/customConfig.test.js +++ b/__tests__/customConfig.test.js @@ -31,11 +31,13 @@ test('it uses the values from the custom config file', () => { }) test('custom config can be passed as an object', () => { - return postcss([tailwind({ - screens: { - mobile: '400px', - }, - })]) + return postcss([ + tailwind({ + screens: { + mobile: '400px', + }, + }), + ]) .process( ` @responsive {