Skip to content

Commit

Permalink
Fix style, run whole test suite dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Mar 25, 2019
1 parent e5a97a1 commit 57284d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/resolveConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ test('the theme function can use a default value if the key is missing', () => {
})
})

test.only('the theme function can resolve function values', () => {
test('the theme function can resolve function values', () => {
const userConfig = {
theme: {
textColor: theme => ({
Expand Down Expand Up @@ -910,7 +910,7 @@ test('the original theme is not mutated', () => {
},
variants: {
borderColor: ['responsive', 'hover'],
}
},
}

const defaultConfig = {
Expand Down Expand Up @@ -941,6 +941,6 @@ test('the original theme is not mutated', () => {
},
variants: {
borderColor: ['responsive', 'hover'],
}
},
})
})

0 comments on commit 57284d9

Please sign in to comment.