Skip to content

Commit 578eae4

Browse files
chore: fix typos, add code of conduct link
1 parent 93d5d00 commit 578eae4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Code of Conduct](https://js.foundation/community/code-of-conduct)
1+
[Code of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/CODE_OF_CONDUCT.md)

test/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Stats cases are similar to configCases except specifically focusing on the `expe
4848

4949
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.
5050

51-
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.
51+
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.
5252

53-
Please follow the approach described bellow:
53+
Please follow the approach described below:
5454

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

0 commit comments

Comments
 (0)