When using this together with jest we want`*.snap` and `*.test.(j|t)sx?` to be type "None" ```js { // ... "\\.test\\.(t|j)sx?$|\\.snap$": "None" } ```