mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix style, run whole test suite dummy
This commit is contained in:
parent
e5a97a1b04
commit
57284d92b0
@ -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 => ({
|
||||
@ -910,7 +910,7 @@ test('the original theme is not mutated', () => {
|
||||
},
|
||||
variants: {
|
||||
borderColor: ['responsive', 'hover'],
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
const defaultConfig = {
|
||||
@ -941,6 +941,6 @@ test('the original theme is not mutated', () => {
|
||||
},
|
||||
variants: {
|
||||
borderColor: ['responsive', 'hover'],
|
||||
}
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user