Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 14, 2019
1 parent 5911bd7 commit 2fa0d4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions __tests__/resolveConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1574,8 +1574,8 @@ test('plugin theme extensions are added even if user overrides top-level theme c
const userConfig = {
theme: {
width: {
'1px': '1px'
}
'1px': '1px',
},
},
plugins: [
{
Expand All @@ -1585,8 +1585,8 @@ test('plugin theme extensions are added even if user overrides top-level theme c
width: {
'2px': '2px',
'3px': '3px',
}
}
},
},
},
},
handler() {},
Expand Down Expand Up @@ -1645,7 +1645,7 @@ test('user theme extensions take precedence over plugin theme extensions with th
theme: {
extend: {
width: {
xl: '6rem'
xl: '6rem',
},
},
},
Expand All @@ -1656,8 +1656,8 @@ test('user theme extensions take precedence over plugin theme extensions with th
extend: {
width: {
xl: '4rem',
}
}
},
},
},
},
handler() {},
Expand Down

0 comments on commit 2fa0d4e

Please sign in to comment.