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
I'm currently testing my Electron application using electron-mocha, which acts as a swap-in replacement for mocha, and runs the tests in the Electron-flavored Node environment. This extension looks great! But all of my tests are failing because (plain old) mocha can't find any of the Electron imports.
Describe the solution you'd like
Add a setting to define the "mochaPath" (or similar) so tests could be run using electron-mocha
Describe alternatives you've considered
I can't think of any alternatives.
The text was updated successfully, but these errors were encountered:
Description
I'm currently testing my Electron application using
electron-mocha
, which acts as a swap-in replacement formocha
, and runs the tests in the Electron-flavored Node environment. This extension looks great! But all of my tests are failing because (plain old)mocha
can't find any of the Electron imports.Describe the solution you'd like
Add a setting to define the
"mochaPath"
(or similar) so tests could be run usingelectron-mocha
Describe alternatives you've considered
I can't think of any alternatives.
The text was updated successfully, but these errors were encountered: