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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
It fails on the 'should initialize monk with mongoUri' test on line 42. All subsequent tests also fail. Basically, the monkMock function isn't being called.
If I comment out line 43 and then manually call monkMock(config), the assertion on line 44 passes, but line 45 still fails it.
Steps to Reproduce
I haven't touched anything. Simply forked the project, installed the dependencies and ran $ npm run test.
Screenshots, GIFs, Error Output
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Specifications
Expected Behavior
Expected the test suite to pass
Actual Behavior
It fails on the 'should initialize monk with mongoUri' test on line 42. All subsequent tests also fail. Basically, the
monkMock
function isn't being called.If I comment out line 43 and then manually call
monkMock(config)
, the assertion on line 44 passes, but line 45 still fails it.Steps to Reproduce
I haven't touched anything. Simply forked the project, installed the dependencies and ran
$ npm run test
.Screenshots, GIFs, Error Output
The text was updated successfully, but these errors were encountered: