Refactor fixture tests so they don't generate a single giant snapshot file #1142
Labels
enhancement
New feature or request
has pr
there is a PR raised to close this
package: parser
Issues related to @typescript-eslint/parser
package: typescript-estree
Issues related to @typescript-eslint/typescript-estree
Spawning off of #1141.
The fixture snapshots are pretty much impossible to read, and them being in one file makes the diff really hard to understand (which snapshot is which file?).
Also the snapshot format (jest's default object serialiser) makes it harder to read by adding in
Object
andArray
everywhere.Need to refactor all of this so that:
The text was updated successfully, but these errors were encountered: