You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting following on newly setup step-1 project. Any ideas why?
6 passing (12s)
3 failing
1) Mongo Connection should emit db Object with an EventEmitter:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
2) Repository should get movie premiers:
Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
3) Repository should get movie by id:
Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
The text was updated successfully, but these errors were encountered:
I'm getting following on newly setup step-1 project. Any ideas why?
The text was updated successfully, but these errors were encountered: