-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(paralell): enable parallel tests generating an unique database name per test file, fix #206 #209
Conversation
…ame per test file, fix shelfio#206
I've fixed to handle both same feel free to merge and improve from here |
@sibelius great job! thank you ;) |
@@ -56,7 +55,8 @@ | |||
"prettier": "2.0.5" | |||
}, | |||
"peerDependencies": { | |||
"mongodb": "3.x.x" | |||
"mongodb": "3.x.x", | |||
"mongodb-memory-server": "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the reason of moving this out to peerDependencies
? I'm ok with that as long as there is a reason and this is documented in READMe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so we can use any version of mongodb-memory-server
@vladgolubev when is the plan to merge this PR? |
Today) |
path.join(cwd)
is more stable then__dirname
when running inside a monorepo