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

Testing wrapper function that run git command line #20

Closed
DrSensor opened this issue Sep 22, 2018 · 0 comments
Closed

Testing wrapper function that run git command line #20

DrSensor opened this issue Sep 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DrSensor
Copy link
Contributor

DrSensor commented Sep 22, 2018

When I try to create wrapper functions to run git CLI, I hit many roadblocks. One of them is I can't use execa (if you search for how to use child_process in electron, you will find more trouble 😂). That's mean this project can't use Jest in normal/default configuration because it runs on node.js environment and use jsdom to simulate DOM behavior. Luckily I found something interesting:

https://github.com/facebook-atom/jest-electron-runner

Don't know if it's stable enough 🤔

Another references
@DrSensor DrSensor added the enhancement New feature or request label Sep 22, 2018
@DrSensor DrSensor self-assigned this Oct 23, 2018
@DrSensor DrSensor closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant