Skip to content

Commit

Permalink
chore: fix typos, add code of conduct link
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit-Hooda committed Mar 17, 2020
1 parent 93d5d00 commit 578eae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
@@ -1 +1 @@
[Code of Conduct](https://js.foundation/community/code-of-conduct)
[Code of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/CODE_OF_CONDUCT.md)
4 changes: 2 additions & 2 deletions test/README.md
Expand Up @@ -48,9 +48,9 @@ Stats cases are similar to configCases except specifically focusing on the `expe

By default, the "expected" outcome is a pain to write by hand so instead when statsCases are run, runner is checking output using jest's awesome snapshot functionality.

Basically you don't need to write any expected behaviors your self. The assumption is that the stats output from your test code is what you expect.
Basically you don't need to write any expected behaviors yourself. The assumption is that the stats output from your test code is what you expect.

Please follow the approach described bellow:
Please follow the approach described below:

* write your test code in `statsCases/` folder by creating a separate folder for it, for example `statsCases/some-file-import-stats/index.js`

Expand Down

0 comments on commit 578eae4

Please sign in to comment.