Skip to content
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

Unable to run e2e tests for Peruse on Windows #307

Open
hunterlester opened this issue Aug 27, 2018 · 0 comments
Open

Unable to run e2e tests for Peruse on Windows #307

hunterlester opened this issue Aug 27, 2018 · 0 comments
Labels

Comments

@hunterlester
Copy link
Contributor

The issue is that electron is utilising a different version of Node than is being used by Jest in the test environment.

The tests scripts were previously attempting to use electron to run tests but the commands must not have been composed correctly because they were causing a different kind of error.

Next step is to figure out how to properly use electron to run Jest tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant