From 30eb373e2b290006d612ee54dfd508b8a939cdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Heller=20=F0=9F=92=A9?= Date: Fri, 3 Nov 2017 21:46:19 +0100 Subject: [PATCH] better name for 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 d79bcee57..979c09b02 100644 --- a/__tests__/sanity.test.js +++ b/__tests__/sanity.test.js @@ -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 => {