From 004fa09435e6561143be64ea4721b0fadbe33e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Heller=20=F0=9F=92=A9?= Date: Fri, 3 Nov 2017 23:11:44 +0100 Subject: [PATCH] rename test --- __tests__/sanity.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {