better name for test

This commit is contained in:
Patrick Heller 💩 2017-11-03 21:46:19 +01:00
parent e5a9c8926f
commit 30eb373e2b

View File

@ -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 => {