-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Filesystem test util and load env util #7487
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I like the approach 🤘
Only the tests to fix
@adrien2p No idea why they are failing. Asked the same in Slack |
I did not manually bump them. Maybe |
What an adventure this PR has been 😇 |
I am sure that my lock file pulled in some dependencies which were causing this issue. I am using the |
You might get some issues doing that as you have moved around some deps that are not part if the develop yarn.lock 🫣 |
@adrien2p @sradevski . Okay now tests are passing, can you please give it a final look and see if everything is fine :) |
/snapshot-this |
To get things going, this PR adds the
loadEnv
utility function and aFileSystem
class to create and remove temporary files during tests