@push.rocks/smartmongo
Version:
A module for creating and managing a local MongoDB instance for testing purposes.
8 lines (7 loc) • 350 B
TypeScript
import * as mongodump from '@push.rocks/mongodump';
import * as smartdata from '@push.rocks/smartdata';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
export { mongodump, smartdata, smartpath, smartpromise };
import * as mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };