Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Further explanations to why eslint error occurs.
  • Loading branch information
Seckhen authored Oct 20, 2024
1 parent b57dcde commit a7c9c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Please know that there is a folder called node_module_real, which contains the f

Please download the jest dependencies through npm install jest and npm install jest-environment-jsdom. After this also add "test:jest": "jest --config ./jest.config.js", in package.json's "scripts" section. After this, run npm run test:jest, and the tests about our added material will get executed!

In order to get rid of eslint error, also add the jest dependency in eslint.src file.

***************************************************************************************************


Expand Down

0 comments on commit a7c9c4e

Please sign in to comment.