Skip to content

Commit

Permalink
Merge pull request OpenClassrooms-Student-Center#6 from aurelien-oc-m…
Browse files Browse the repository at this point in the history
…entorship/FixJest

Fix Jest-Cli issue
  • Loading branch information
nicolaspatschkowski authored Jan 13, 2022
2 parents 505af62 + c3c408c commit e411d62
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 e411d62

Please sign in to comment.