This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Test suite fails in Initialization 'should initialize monk with mongoUri' #37
Open
Description
Specifications
- Version: 1.0.7
- MacOS High Sierra 10.13.6
- Node Version: 11.4.0
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
Metadata
Metadata
Assignees
Labels
No labels