Skip to content

Commit

Permalink
Merge pull request #231 from brettz9/doc-highlighting
Browse files Browse the repository at this point in the history
Doc syntax issue
  • Loading branch information
lo1tuma committed Feb 17, 2020
2 parents 07948bd + 920a215 commit 57add13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-synchronous-tests.md
Expand Up @@ -37,7 +37,7 @@ it('should do foo', async function () {

it('should do foo', function () {
return promise;
}
});
```

You can change the acceptable asynchronous test methods to only allow a combination of async functions/callbacks/promises:
Expand Down

0 comments on commit 57add13

Please sign in to comment.