Posts by Jonathan Nascimento • 1 point
1 post
-
0
votes1
answer465
viewsA: Settings Jest + Mongodb
Hello, I was also having the same problem. "Latest" also didn’t work for me. Use instead of "Latest" the current version number: "config": { "mongodbMemoryServer": { "version": "4.4.1" } } For more…