Skip to content

Commit 9be203a

Browse files
committed
docs(integration-examples): add badge showing what version the example is for
1 parent 08b773b commit 9be203a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/integration-examples.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This Guide will show how `mongodb-memory-server` can be used with different fram
77

88
## jest
99

10+
<span class="badge badge--secondary">jest version 27</span>
11+
1012
For useage with `jest` it is recommended to use the [`globalSetup`](https://jestjs.io/docs/en/configuration#globalsetup-string) and [`globalTeardown`](https://jestjs.io/docs/en/configuration#globalteardown-string) options
1113

1214
`jest.config.json`:
@@ -86,6 +88,8 @@ Use [`--maxWorkers 4`](https://jestjs.io/docs/configuration#maxworkers-number--s
8688

8789
## mocha / chai
8890

91+
<span class="badge badge--secondary">mocha version (unknown)</span>
92+
8993
Start Mocha with `--timeout 60000` cause first download of MongoDB binaries may take a time.
9094

9195
```js

0 commit comments

Comments
 (0)