chore: fix typos, add code of conduct link

This commit is contained in:
Parikshit Hooda 2020-03-17 23:23:25 +05:30
parent 93d5d00d1b
commit 578eae489c
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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`