Skip to content

Commit 545c06e

Browse files
committedJun 15, 2019
docs: update README on testing
1 parent 2d5442e commit 545c06e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,11 @@ const store = new MongoStore({
255255

256256
## Tests
257257

258-
npm test
258+
```
259+
docker run --rm -p 27017:27017 mongo:3.6
260+
yarn install
261+
yarn test
262+
```
259263

260264
The tests use a database called `connect-mongo-test`.
261265

0 commit comments

Comments
 (0)
Please sign in to comment.