Skip to content

Commit

Permalink
Remove backtick from CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner authored and ptomato committed Apr 11, 2023
1 parent 801a5bb commit e5a7450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Consumers that violate the spec by throwing exceptions for parsing errors at run

An asynchronous test is any test that include the `async` frontmatter flag.

For most asynchronous tests, the `asyncHelpers.js` harness file includes an `asyncTest` method that precludes needing to interact with the test runner via the `$DONE` function. `asyncTest` takes an async function and will ensure that `$DONE` is called properly if the async function returns or throws an exception.` For example, a test written using `asyncTest` might look like:
For most asynchronous tests, the `asyncHelpers.js` harness file includes an `asyncTest` method that precludes needing to interact with the test runner via the `$DONE` function. `asyncTest` takes an async function and will ensure that `$DONE` is called properly if the async function returns or throws an exception. For example, a test written using `asyncTest` might look like:

```js
/*---
Expand Down

0 comments on commit e5a7450

Please sign in to comment.