Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

[WIP] Feat: generic lookup support for all types #91

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

ccalbaugh
Copy link
Contributor

No description provided.

@decrapifier
Copy link
Contributor

decrapifier commented Oct 21, 2020

Fails
🚫 The version was not updated. Please update the version.
🚫 The changelog has not been updated. Please update the changelog.
🚫 Please add a description to your PR
🚫 Please assign someone to merge this PR, and optionally include people who should review.
Warnings
⚠️ The README has not been updated. Please update the README.
⚠️

Your PR has lint warnings. Please consider fixing these.

index.js

s

'expect' is assigned a value but never used.
Line 1: let { expect } = require('chai')

'MongoProvider' is assigned a value but never used.
Line 2: let MongoProvider = require('../src/index')

'MongoClient' is assigned a value but never used.
Line 3: let { MongoClient } = require('mongodb')

'getClient' is assigned a value but never used.
Line 6: let getClient = () => new MongoMemoryServer()

'fullLookup' is assigned a value but never used.
Line 32: let fullLookup = {

'stuff' is assigned a value but never used.
Line 39: let stuff = {

⚠️

Branch being merged does not follow Git Flow

⚠️ You should add at least 1 more reviewer to the PR
Messages
📖 Could not find any browser results.

Generated by 🚫 dangerJS against ec02faf

@daedalus28
Copy link
Member

@ccalbaugh wouldn't we do this with something like #83?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants