Skip to content

[SignalR] Test definition isn't async #9481

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

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

analogrelay
Copy link
Contributor

Jest is warning us that this will be deprecated in the future. There's no reason for the describe callback to be async since all it's doing is registering tests through nested it calls.

Remove unnecessary `async` keyword from `describe` call
@Eilon Eilon added the area-signalr Includes: SignalR clients and servers label Apr 17, 2019
@analogrelay analogrelay merged commit f95960d into master Apr 18, 2019
@analogrelay analogrelay deleted the anurse/signalr-async-describe branch April 18, 2019 15:44
@analogrelay analogrelay added this to the 3.0.0-preview5 milestone Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants