You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NYC caches the instrumented sources, but doesn't know that we patch NYC (at
`yarn install` time) to accept options that control the injected measurement
code. If you upgrade to this branch, then immediately run `yarn test-nyc`
without first doing a top-level `yarn` (install), you'll get incorrectly
instrumented code in the cache, and a subsequent `yarn` (install) won't clear
out the cache.
It seems like the cache doesn't speed up e.g. `zoe/test/unitTests` by more
than about 10%, so I'm disabling it to reduce some of the inevitable
confusion we'll get as we cut over. We might re-enable it later once
everybody's trees are updated.
0 commit comments