Skip to content

Commit 004fa09

Browse files
author
Patrick Heller 💩
committed
rename test
1 parent 8a42f27 commit 004fa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/sanity.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ it('generates the right CSS', () => {
1818
})
1919
})
2020

21-
it('Do not change css if tailwind is not used at all', () => {
21+
it('does not add any CSS if no Tailwind features are used', () => {
2222
return postcss([tailwind()])
2323
.process('')
2424
.then(result => {

0 commit comments

Comments
 (0)