Skip to content

Commit

Permalink
Fix Jest-Cli issue
Browse files Browse the repository at this point in the history
Due to version changes on Jest we add som directive comment in order to be able to use jest-cli. At the same time we add the jest-environment-jsdom package
  • Loading branch information
aurelien-oc-mentorship committed Jan 13, 2022
1 parent 505af62 commit c3c408c
Show file tree
Hide file tree
Showing 16 changed files with 5,069 additions and 5,212 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
coverage
coverage
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ npm run test
Installez jest-cli :

```
$npm i -g jest-cli@26.6.3
$npm i -g jest-cli
$jest src/__tests__/your_test_file.js
```

Expand Down
Loading

0 comments on commit c3c408c

Please sign in to comment.