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

fix(testing): jasmine async & done deprecation #1363

Merged
merged 4 commits into from
Feb 11, 2022

Conversation

GinMitch
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Code style update
  • Build or CI related changes
  • Documentation content changes

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?

  • Yes
  • No

@lumberjack-bot
Copy link

lumberjack-bot bot commented Feb 10, 2022

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2022

Codecov Report

Merging #1363 (7ece6c5) into main (25a9c69) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           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     
Flag Coverage Δ
addon-charts 71.98% <ø> (-0.13%) ⬇️
addon-doc 25.84% <ø> (ø)
addon-editor 46.05% <ø> (ø)
addon-mobile ∅ <ø> (∅)
addon-table 81.39% <ø> (ø)
addon-tablebars ∅ <ø> (∅)
cdk 82.33% <ø> (ø)
core 68.93% <ø> (-0.08%) ⬇️
kit 63.60% <ø> (+0.05%) ⬆️
summary 64.64% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...nents/scroll-controls/scroll-controls.component.ts 64.28% <0.00%> (-28.58%) ⬇️
projects/kit/components/arrow/arrow-options.ts 90.00% <0.00%> (-10.00%) ⬇️
projects/core/services/svg.service.ts 69.56% <0.00%> (-8.70%) ⬇️
...input-card-grouped/input-card-grouped.component.ts 65.41% <0.00%> (-0.50%) ⬇️
projects/core/directives/hint/hint-options.ts 100.00% <0.00%> (ø)
projects/kit/components/rating/rating-options.ts 100.00% <0.00%> (ø)
projects/core/components/button/button-options.ts 100.00% <0.00%> (ø)
.../kit/components/input-count/input-count-options.ts 100.00% <0.00%> (ø)
...core/directives/manual-hint/manual-hint-options.ts 100.00% <0.00%> (ø)
...re/directives/pointer-hint/pointer-hint-options.ts 100.00% <0.00%> (ø)
... and 7 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 25a9c69...7ece6c5. Read the comment docs.

fixes according to PR comments
@GinMitch GinMitch marked this pull request as ready for review February 10, 2022 21:11
@GinMitch GinMitch marked this pull request as draft February 10, 2022 21:13
Michael M added 2 commits February 11, 2022 13:23
migrated all tests to use the new helper
@GinMitch GinMitch marked this pull request as ready for review February 11, 2022 09:25
@waterplea waterplea merged commit 1e84e80 into taiga-family:main Feb 11, 2022
@well-done-bot
Copy link

well-done-bot bot commented Feb 11, 2022

'Well done'

@GinMitch GinMitch deleted the fix/jasmine-async-deprecation branch February 11, 2022 14:22
vladimirpotekhin pushed a commit that referenced this pull request Feb 17, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

🤖 - DEPRECATION: An asynchronous before/it/after function took a done callback but also returned a promise.
4 participants