Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure PATH env matches CI locally (#45376)
Since the tests are run with `pnpm test` locally this adds the repo's `node_modules/.bin` to the PATH env variable although in CI `node run-tests.js` is used which doesn't augment PATH like this so this strips these from the env when running isolated tests to match behavior. x-ref: [slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1674913457101449)
- Loading branch information