Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MongoMemoryReplSet class, tests, and docs #81

Merged
merged 6 commits into from Sep 30, 2018

Commits on Sep 28, 2018

  1. chore(flow-types): Update flow-typed definitions.

    Newly provided definitions:
      * get-port
      * getos
    
    New definition via `flow-typed install`:
      * rimraf
    Jarom Loveridge committed Sep 28, 2018
    Copy the full SHA
    3adcfe7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8549c56 View commit details
    Browse the repository at this point in the history
  3. chore(editorconfig): add .editorconfig so compatible editors will hon…

    …or code style by default.
    Jarom Loveridge committed Sep 28, 2018
    Copy the full SHA
    dfc8968 View commit details
    Browse the repository at this point in the history
  4. chore(vscode, flow): Prevent VSCode from complaining about flow types…

    … in `js` files.
    Jarom Loveridge committed Sep 28, 2018
    Copy the full SHA
    22569af View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. chore(replset): Implement MongoMemoryReplSet

    Jarom Loveridge committed Sep 30, 2018
    Copy the full SHA
    d3f36dc View commit details
    Browse the repository at this point in the history
  2. docs(replset): Add documentation on replica set usage.

    Jarom Loveridge committed Sep 30, 2018
    Copy the full SHA
    4937c86 View commit details
    Browse the repository at this point in the history