Skip to content

remove ESLint no-test-return #424

Merged
astarinmymind merged 1 commit intodevelopfrom
no-test-return
Mar 23, 2021
Merged

remove ESLint no-test-return #424
astarinmymind merged 1 commit intodevelopfrom
no-test-return

Conversation

@astarinmymind
Copy link
Copy Markdown
Contributor

This rule triggers a warning if you use a return statement inside of a test body.

All tests that return a promise are instead awaited.

@astarinmymind astarinmymind requested a review from a team as a code owner March 22, 2021 19:08
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@astarinmymind astarinmymind merged commit b8fff18 into develop Mar 23, 2021
@astarinmymind astarinmymind deleted the no-test-return branch March 23, 2021 02:10
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.

2 participants