diff --git a/__tests__/sanity.test.js b/__tests__/sanity.test.js index 007f5c79a..d452f6257 100644 --- a/__tests__/sanity.test.js +++ b/__tests__/sanity.test.js @@ -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 => {