-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Testing improvements #4863
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
Testing improvements #4863
Conversation
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 5000; | ||
|
||
jasmine.getEnv().clearReporters(); | ||
jasmine.getEnv().addReporter(new SpecReporter()); | ||
jasmine.getEnv().addReporter(new SpecReporter({ colors: { enabled: supportsColor.stdout }})); |
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #4863 +/- ##
==========================================
+ Coverage 92.75% 92.83% +0.07%
==========================================
Files 119 119
Lines 8825 8818 -7
==========================================
Hits 8186 8186
+ Misses 639 632 -7
Continue to review full report at Codecov.
|
9089561
to
92f11cb
Compare
* Adds supports-color so spec reporter dont output colors when not supported * Adds babelrc so breakpoints dont jump around in specs * Rename test to avoid duplicated name * Removes unused methods * Better naming for it_exclude
* Adds supports-color so spec reporter dont output colors when not supported * Adds babelrc so breakpoints dont jump around in specs * Rename test to avoid duplicated name * Removes unused methods * Better naming for it_exclude
* Adds supports-color so spec reporter dont output colors when not supported * Adds babelrc so breakpoints dont jump around in specs * Rename test to avoid duplicated name * Removes unused methods * Better naming for it_exclude
No description provided.