mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
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.
This commit is contained in:
parent
44eeb7be6d
commit
1092b47f1c
13 changed files with 521 additions and 23 deletions
|
|
@ -30,4 +30,4 @@ indexTsContent = indexTsContent.replace(/version: '(\d+\.\d+\.\d+)'/, `version:
|
|||
// Write the updated content back to src/index.ts
|
||||
await fs.writeFile(indexTsPath, indexTsContent);
|
||||
|
||||
console.log(`Updated src/index.ts to version ${newVersion}`);
|
||||
console.log(`Updated package.json and src/index.ts to version ${newVersion}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue