mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
better name for test
This commit is contained in:
parent
e5a9c8926f
commit
30eb373e2b
@ -18,7 +18,7 @@ it('generates the right CSS', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('Does not add something if not used at all', () => {
|
||||
it('Do not change css if tailwind is not used at all', () => {
|
||||
return postcss([tailwind()])
|
||||
.process('')
|
||||
.then(result => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user