Skip to content

Commit 9a3d64c

Browse files
authored
chore: add instruction for installing dependencies (#1120)
1 parent 23adfc7 commit 9a3d64c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ and inspect the outcome. Example: [RatInAMaze.test.js](Backtracking/tests/RatInA
8282

8383
Please refrain from using `console` in your implementation AND test code.
8484

85+
First you should install all dependencies using:
86+
87+
```shell
88+
npm install
89+
```
90+
8591
You can (and should!) run all tests locally before committing your changes:
8692

8793
```shell

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-jest": "^26.3.0",
3333
"globby": "^12.0.2",
3434
"husky": "^7.0.4",
35-
"jest": "^26.4.2",
35+
"jest": "^26.6.3",
3636
"standard": "^16.0.4"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)