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

[Teams] Fix broken TeamsActivityHandler tests #2483

Conversation

denscollo
Copy link
Contributor

Fixes #1393

Description

This PR adds catching errors to the TeamsActivityHandler tests, so they can fail properly when an error occurs.

Specific Changes

  • Adds missing catching errors for every test in the teamsActivityHandler.test.js file.
  • Repaced the async keyword with a done callback for each it function test.

Testing

In the image below shows the test list that were passing before and after this changes.
imagen

@denscollo denscollo requested a review from a team as a code owner July 6, 2020 20:13
@stevengum stevengum merged commit f26bc8a into microsoft:master Jul 8, 2020
@ceciliaavila ceciliaavila deleted the southworks/add/teams-activity-handler-tests-errors branch July 8, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Teams] Fix broken TeamsActivityHandler tests
4 participants