facebookarchive / flux

Application Architecture for Building User Interfaces
https://facebookarchive.github.io/flux/
Other
17.38k stars 3.47k forks source link

mock flux store - react test #537

Closed badri-derakhshan closed 2 years ago

badri-derakhshan commented 2 years ago

i have some problem to mocking my stores . i'm using jest and react testing library . i need to add some data as initialStoreData how can i mock getState() ? i have no idea to do that!!!

niktaakbarpour commented 2 years ago

I have the same problem.

yangshun commented 2 years ago

Please ask this on Stack Overflow. This repo should be used for issues pertaining to the library.