jprichardson / electron-mocha

Run Mocha tests in Electron
MIT License
346 stars 64 forks source link

Latest electron-mocha does not work with latest electron #212

Closed artemave closed 4 months ago

artemave commented 4 months ago

It doesn't find tests.

By trial and error, this seems to be the latest working combo:

    "electron": "27.3.11",
    "electron-mocha": "11.0.2"
inukshuk commented 4 months ago

I think it's the mocha 10.5 update that is responsible. I pushed a patch release that pins version 10.4.0 and works for me with Electron 31.

inukshuk commented 3 months ago

FYI fixed the underling issue. Version 13.0.0 should work fine again with Mocha 10.5.1 and later.