Skip to content

Commit b527dcf

Browse files
committed
Improve test name
1 parent 23ffa25 commit b527dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/applyComplexClasses.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ describe('using apply with the prefix option', () => {
773773
})
774774
})
775775

776-
test.skip('you can apply utility classes without specificity prefix even if important (selector) is used', () => {
776+
test.skip('you can apply utility classes when a selector is used for the important option', () => {
777777
const input = `
778778
.foo {
779779
@apply mt-8 mb-8;

0 commit comments

Comments
 (0)