You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/integration-examples.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This Guide will show how `mongodb-memory-server` can be used with different fram
7
7
8
8
## jest
9
9
10
+
<spanclass="badge badge--secondary">jest version 27</span>
11
+
10
12
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
11
13
12
14
`jest.config.json`:
@@ -86,6 +88,8 @@ Use [`--maxWorkers 4`](https://jestjs.io/docs/configuration#maxworkers-number--s
86
88
87
89
## mocha / chai
88
90
91
+
<spanclass="badge badge--secondary">mocha version (unknown)</span>
92
+
89
93
Start Mocha with `--timeout 60000` cause first download of MongoDB binaries may take a time.
0 commit comments