Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 8, 2024
1 parent 51f157b commit 04b9b1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ pnpm add -D vitest-mms mongodb-memory-server

## Usage with mongodb

NOTE: You need to install `mongodb` separately.

Setup:
> You need to install `mongodb` separately.
To make it available in the global context for every test you need to add a globalSetup and setupFile in your vitest config:

Expand Down Expand Up @@ -65,7 +63,7 @@ For typescript support add the following to your tsconfig.json

## Usage with mongoose

NOTE: You need to install `mongoose` separately.
> You need to install `mongoose` separately.
```js
// vitest.config.mjs
Expand Down

0 comments on commit 04b9b1c

Please # to comment.