mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| css-property-priority-map.test.ts | ||
| font-face-property-order-enforcer.test.ts | ||
| order-strategy-visitor-creator.test.ts | ||
| property-name-extractor.test.ts | ||
| recipe-property-processor.test.ts | ||
| style-node-processor.test.ts | ||
| test-property-name-rule.ts | ||