Skip to content

Commit

Permalink
Update Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKaplanSES authored and Daniel Kaplan committed Jan 22, 2024
1 parent 53479c2 commit 8987fa7
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 @@ -60,7 +60,7 @@ Also, to update web platform tests to their latest revision from the source repo

### jsdom API tests

If you are testing something that can only be accomplished through the jsdom API and not inside a normal web browser, you'll want to write a different kind of test. Such tests are written using [Mocha](https://mochajs.org/) and [Chai](http://chaijs.com/).
If you are testing something that can only be accomplished through the jsdom API, and not inside a normal web browser, you'll want to write a different kind of test. Such tests are written using [Mocha](https://mochajs.org/) and [Chai](http://chaijs.com/).

To write such a test, simply add a file in `test/api/`, following the surrounding conventions. Then, add it to the manifest at `test/index.js`.

Expand Down

0 comments on commit 8987fa7

Please sign in to comment.