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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
I believe this is a limitation of this library. The electron process is spawned by this library within @jest-runner/electron so that directory within node_modules becomes the application path when you try app.getAppPath().
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I am getting wrong result of
app.getAppPath()
while running test.How to reproduce?
Use
app.getAppPath()
somewhere inside you class, write test for this class, run test.Actual result:
Expected result:
Or maybe I have wrong configuration somewhere?
The text was updated successfully, but these errors were encountered: