microsoft / redux-micro-frontend

This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
MIT License
344 stars 64 forks source link

Doesn't work with Jest #8

Closed amanda-natallie closed 3 years ago

amanda-natallie commented 3 years ago

I'm trying to test my application using Jest lib and getting the following error:

image

I've tryed common solutions like babel-jest and other configurations mentioned on docs. but have no result. Can you check?

patrickCode commented 3 years ago

Is it possible to send me a link to your project. I would like to check you configurations for jest.

dmesa89 commented 2 years ago

Hi, how was this issue solved?

cyberduck1 commented 2 years ago

Experiencing the same problem, any suggestion on how to solve this?

manuelbasanta commented 1 year ago

How was this solved?