facebook-atom / jest-electron-runner

custom test runner for Jest that allows tests to be run in Electron environment
MIT License
189 stars 33 forks source link

Stub Electron environment's useRealTimers function #85

Open evanwalsh opened 3 years ago

evanwalsh commented 3 years ago

This adds a stub useRealTimers function to the Electron environment provided to Jest. Since fake timers aren't supported, there's nothing that has to happen here. By adding this stub, errors like https://github.com/testing-library/dom-testing-library/issues/905 can be avoided.

lucas-jones commented 3 years ago

Bump