Alex Banks

Results 6 comments of Alex Banks

I am having the same problem. I have some tests that are checking to make sure the app quits when all windows have closed. `app.isRunning()` and `app.running` still remain true...

I'm having the same problem. Is there a work around for this to prevent the memory leak?

Upon doing some research I found out that [isparta](https://github.com/douglasduteil/isparta) covers `export default`... temporary solution hopefully?

I am using babel-cli version 6.11.4 to run the tests...

That is really cool. This is sort of how I was trying to use ‘@requires’ at first.

Thanks for looking into this @jhampton. Right now the primary solution for this requirement is to send a `graphql-request` from the resolver, which feels a little like stitching. I like...