-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #225: Fix JSDoc defaults syntax * #225: Fix incorrect default value in JSDoc * #225: Make ESLint config more pagmatic * #225: Fix ESLint errors * #225: Add mongodb-memory-server dev dependency * #225: Allow using process.env in tests * #225: Make tests use in-memory MongoDB by default * #225: Make sure 'npm test' actually finishes * #225: Run CI against multiple MongoDB versions * #225: Log currently used MongoDB version in tests * #225: Fix small typo * #225: Don't pull Mongo binary on 'npm ci' on local By default, mongodb-memory-server pulls in a MongoDB binary on install. On a first run of 'npm ci', this makes npm seem to hang for no reason. No progress bar or anything is shown either. With this change, the MongoDB binary is only downloaded when needed. If needed, the download happens during tests, with progress indication. No download will happen for people using local Mongo for testing.
- Loading branch information
1 parent
9e86ae1
commit 1b0f95d
Showing
8 changed files
with
2,145 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.