Skip to content

Commit c4c5c0e

Browse files
committed
Remove redundant test case for overflow hover state
1 parent bae1ab2 commit c4c5c0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/tests/rules/overflow.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ test.concurrent('overflow', () => {
77
expect(new MasterCSS().create('overflow:overlay')?.text).toContain('overflow:overlay')
88
expect(new MasterCSS().create('overflow-x:overlay')?.text).toContain('overflow-x:overlay')
99
expect(new MasterCSS().create('overflow-y:overlay')?.text).toContain('overflow-y:overlay')
10-
expect(new MasterCSS().create('overflow:hover')?.text).toBe('.overflow\\:hover:hover{overflow:visible}')
1110
})

0 commit comments

Comments
 (0)