eslint-plugin-vanilla-extract/src/css-rules/shared-utils/__tests__
Ante Budimir 1092b47f1c test : add coverage for shared utility functions
Add comprehensive tests for shared utility modules to improve code coverage:

- Test property name extraction edge cases
- Test CSS property priority map with invalid groups
- Test order strategy visitor creator edge cases
- Test font face property order enforcer early returns
- Test style node processor with arrays and null values

These tests ensure all code paths in shared utilities are properly exercised,
including error handling and edge cases.
2025-03-10 09:28:51 +02:00
..
css-property-priority-map.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
font-face-property-order-enforcer.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
order-strategy-visitor-creator.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
property-name-extractor.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
recipe-property-processor.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
style-node-processor.test.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00
test-property-name-rule.ts test : add coverage for shared utility functions 2025-03-10 09:28:51 +02:00