Shopify / quilt

A loosely related set of packages for JavaScript/TypeScript projects at Shopify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-mini-transforms breaks Jest cache across version changes / directory moves

ryanwilsonperkin opened this issue · comments

Overview

graphql-mini-transforms/jest uses a __dirname to get the current directory and reference the document.js file at an absolute path. This compiled output then gets cached by Jest, and if graphql-mini-transforms is updated to a newer version the cache will break.
...

Consuming repo

Web