-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
enhancementNew feature or requestNew feature or requesthas prthere is a PR raised to close thisthere is a PR raised to close thispackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parserpackage: typescript-estreeIssues related to @typescript-eslint/typescript-estreeIssues related to @typescript-eslint/typescript-estree
Description
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
and Array
everywhere.
Need to refactor all of this so that:
- each fixture test is output its own snapshot file
- the snapshot formatter outputs as pure JSON
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthas prthere is a PR raised to close thisthere is a PR raised to close thispackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parserpackage: typescript-estreeIssues related to @typescript-eslint/typescript-estreeIssues related to @typescript-eslint/typescript-estree