Results 3 comments of Joe

I made a new baseline electron app (from the Electron quick start) and packaged with Electron builder, so it seems this is with our code. I'll update once I know...

Possibly related, when nesting a `describe.only` inside a describe it will _only_ execute the `describe.only` nested inside a describe. Even _without_ the `--only` flag. ```typescript import { describe, expect, test...

@bmuenzenmeyer - in regards to the clean flag, it seems that the grunt task is not taking that argument into account in the function call. The code in the repo...