mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
rename test
This commit is contained in:
parent
8a42f279f6
commit
004fa09435
@ -18,7 +18,7 @@ it('generates the right CSS', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('Do not change css if tailwind is not used at all', () => {
|
||||
it('does not add any CSS if no Tailwind features are used', () => {
|
||||
return postcss([tailwind()])
|
||||
.process('')
|
||||
.then(result => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user