Skip to content

Commit

Permalink
update mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldbeck committed Jul 20, 2021
1 parent 8d8aa89 commit 65fce61
Show file tree
Hide file tree
Showing 4 changed files with 1,512 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Disadvantages:
## How to Run Unit Tests

0. Install dependencies with `npm install` and [install mongo](http://docs.mongodb.org/manual/installation/) if you don't have it yet
1. Start mongo with `mongod`
1. Start mongo with `mongod` (or `brew services start mongodb-community`)
2. Run tests with `npm test`


Expand Down
Loading

0 comments on commit 65fce61

Please sign in to comment.