-
Notifications
You must be signed in to change notification settings - Fork 478
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
fix(testing): jasmine async & done deprecation #1363
fix(testing): jasmine async & done deprecation #1363
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Codecov Report
@@ Coverage Diff @@
## main #1363 +/- ##
=======================================
Coverage 64.64% 64.64%
=======================================
Files 766 766
Lines 8739 8754 +15
Branches 1741 1742 +1
=======================================
+ Hits 5649 5659 +10
- Misses 2673 2679 +6
+ Partials 417 416 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
projects/addon-tablebars/components/table-bars-host/test/table-bars-host.component.spec.ts
Outdated
Show resolved
Hide resolved
fixes according to PR comments
migrated all tests to use the new helper
removed redundant packages
* fix(testing): jasmine async & done deprecation * fix(testing): jasmine async & done deprecation fixes according to PR comments * fix(testing): jasmine async & done deprecation migrated all tests to use the new helper * fix(testing): jasmine async & done deprecation removed redundant packages
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #1299 as soon as all tests are migrated
Original issue: topnotch48/ng-bullet-workspace#38
What is the new behavior?
Does this PR introduce a breaking change?