Skip to content

Commit 57284d9

Browse files
committed
Fix style, run whole test suite dummy
1 parent e5a97a1 commit 57284d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__tests__/resolveConfig.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ test('the theme function can use a default value if the key is missing', () => {
758758
})
759759
})
760760

761-
test.only('the theme function can resolve function values', () => {
761+
test('the theme function can resolve function values', () => {
762762
const userConfig = {
763763
theme: {
764764
textColor: theme => ({
@@ -910,7 +910,7 @@ test('the original theme is not mutated', () => {
910910
},
911911
variants: {
912912
borderColor: ['responsive', 'hover'],
913-
}
913+
},
914914
}
915915

916916
const defaultConfig = {
@@ -941,6 +941,6 @@ test('the original theme is not mutated', () => {
941941
},
942942
variants: {
943943
borderColor: ['responsive', 'hover'],
944-
}
944+
},
945945
})
946946
})

0 commit comments

Comments
 (0)