When running tests in a react-native Typscript based application i get a log full of the following errors:
FAIL src/__test__/storeLayer.test.tsx● Test suite failed to run TypeError: _fakeTimers(...).LegacyFakeTimers is not a constructor at new NodeEnvironment (node_modules/jest-environment-node/build/index.js:123:23)
All able about it (and was solved) pointed to jest-environment-jsdom, but we not use it, and do not plan to use it, so any ideas where to look at?
Thanks