refactor(spec): organize fixtures by tool (#107) #110
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim!110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/reorganize-fixtures"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The fixture tree under
spec/fixturesis still a flat list of provider- and tool-prefixed files, which makes it harder to navigate as coverage grows and obscures the relationship between a fixture path and the spec that reads it.Solution
Move the fixtures into tool- or preset-specific subdirectories with shorter slugs and update the spec references to use the new nested paths, without changing the fixture contents or test behavior. Closes #107.