unitaryfund/metriq-api

As a developer, I want to run unit tests, so I can automate quality assurance.

Closed this issue · 1 comments

As a developer, I want to run unit tests, so I can automate quality assurance.

Per the work in #4, we're not going to create "mocks" for our MongoDB. The tests will be slower to run, but the unit tests will "spin up" a disposable MongoDB instance operating in memory. The point of this is exactly to avoid labor-intensive DB mocking, but it'll make sense when we see it in action.