atom / exception-reporting

Catches exceptions and forwards them to bugsnag
MIT License
10 stars 19 forks source link

Fix tests on Electron >= 1.6 #33

Closed as-cii closed 7 years ago

as-cii commented 7 years ago

Refs: https://github.com/atom/atom/pull/13880

Using a newer electron version causes stack traces to look slightly different, thus making some of our tests fail.

This pull request updates the tests to use the correct stack trace when using Electron >= 1.6.