Skip to content

Commit 7895d72

Browse files
authored
Merge pull request #402 from mureinik/no-synchronous-tests-return-highlight
Syntax highlighting for return in no-synchronous-tests-return
2 parents e06a282 + c9df300 commit 7895d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-synchronous-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default, this rule looks for the presence of one of:
1212

1313
- An asynchronous callback.
1414
- An async function provided to a mocha test statement.
15-
- A return statement within the function body of any mocha test statement.
15+
- A `return` statement within the function body of any mocha test statement.
1616

1717
If none of these three alternatives is used in a test method, the rule will raise a warning.
1818

0 commit comments

Comments
 (0)