UNPKG

mongodb-memory-server

Version:

MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.

6 lines (5 loc) 233 B
/* eslint-disable @typescript-eslint/no-var-requires */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const tslib = require('tslib'); tslib.__exportStar(require('mongodb-memory-server-core'), exports);