rename test

This commit is contained in:
Patrick Heller 💩 2017-11-03 23:11:44 +01:00
parent 8a42f279f6
commit 004fa09435

View File

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