Skip to content
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

Allow --errorOnDeprecated to error on DEFAULT_TIMEOUT_INTERVAL #6367

Merged
merged 1 commit into from
Jun 2, 2018

Conversation

captbaritone
Copy link
Contributor

Followup from #6339.

I figured I'd split this out into a separate PR since it seems a little invasive just to give a nice deprecation error.

@codecov-io
Copy link

Codecov Report

Merging #6367 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6367      +/-   ##
==========================================
+ Coverage   63.47%   63.48%   +<.01%     
==========================================
  Files         227      227              
  Lines        8677     8728      +51     
  Branches        4        3       -1     
==========================================
+ Hits         5508     5541      +33     
- Misses       3168     3186      +18     
  Partials        1        1
Impacted Files Coverage Δ
packages/jest-runtime/src/index.js 72.89% <ø> (ø) ⬆️
packages/jest-jasmine2/src/index.js 16.03% <0%> (+16.03%) ⬆️
...ackages/jest-jasmine2/src/jasmine/jasmine_light.js 0% <0%> (ø) ⬆️
packages/jest-jasmine2/src/error_on_private.js 21.05% <0%> (+21.05%) ⬆️
packages/jest-jasmine2/src/jasmine/Env.js 0% <0%> (ø) ⬆️
packages/jest-jasmine2/src/each.js 66.66% <0%> (-33.34%) ⬇️
packages/jest-jasmine2/src/reporter.js 76.19% <0%> (-0.74%) ⬇️
packages/jest-runner/src/run_test.js 5.08% <0%> (+1.63%) ⬆️
packages/jest-jasmine2/src/jasmine_async.js 12% <0%> (+12%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aff9681...b1c2c43. Read the comment docs.

@cpojer cpojer merged commit 00a8117 into jestjs:master Jun 2, 2018
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants