@@ -84,28 +84,6 @@ describe('ax - atomic', () => {
8484 [ '_syaz13q2' , '_1UtDYzynoA' ] ,
8585 '_syaz13q2 _1UtDYzynoA' ,
8686 ] ,
87- [
88- 'should correctly dedup within legacy format (9-char, 4-char group)' ,
89- // Two legacy-format color classes — same 4-char group (_syaz), last wins
90- // CLEANUP: remove this test when collisionResistantHash becomes the default
91- [ '_syaz13q2' , '_syaz5scu' ] ,
92- '_syaz5scu' ,
93- ] ,
94- [
95- 'should correctly dedup within new format (11-char, 6-char group)' ,
96- // Two new-format color classes — same 6-char group (_1UtDYz), last wins
97- [ '_1UtDYzynoA' , '_1UtDYzGowl' ] ,
98- '_1UtDYzGowl' ,
99- ] ,
100- [
101- 'should not cross-dedup legacy 9-char and new 11-char classes for the same property' ,
102- // During version-skew, ax() receives old 9-char classes from pre-built packages
103- // and new 11-char classes from the app's own styles in the same call.
104- // Different group key lengths mean they never falsely dedup each other.
105- // CLEANUP: remove this test when collisionResistantHash becomes the default
106- [ '_syaz13q2' , '_1UtDYzynoA' ] ,
107- '_syaz13q2 _1UtDYzynoA' ,
108- ] ,
10987 [
11088 'should ignore non atomic declarations when atomic declarations exist' ,
11189 [ 'hello_there' , 'hello_world' , '_1UtDYzGowl' ] ,
0 commit comments