-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update Jedi to 0.11.1 #762
Conversation
src/test/index.ts
Outdated
@@ -18,7 +18,8 @@ const options: MochaSetupOptions & { retries: number } = { | |||
ui: 'tdd', | |||
useColors: true, | |||
timeout: 25000, | |||
retries: 3 | |||
retries: 3, | |||
grep: 'Extract' |
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.
Oopsy.
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.
@MikhailArkhipov reminder
Codecov Report
@@ Coverage Diff @@
## master #762 +/- ##
==========================================
+ Coverage 62.15% 62.36% +0.21%
==========================================
Files 251 251
Lines 11589 11589
Branches 2074 2074
==========================================
+ Hits 7203 7228 +25
+ Misses 4378 4353 -25
Partials 8 8
Continue to review full report at Codecov.
|
No description provided.