Skip to content

Commit

Permalink
chore: add a tip when jest extension is no working
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Mar 8, 2023
1 parent 786bee3 commit 00295e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,17 @@ As for any `hydratation issue` it worths taking a look at your browser extension
For example:

- Ad blockers _(whitelist the blocked URL in your extension)_

#### Jest not working in VSCode

Sometimes it appears Jest VSCode extension will be stuck and will keep throwing:

```
env: node: No such file or directory
```

We found no fix. The only solution is to relaunch VSCode, and if it still doesn't work, try to close entirely VSCode and open it through your terminal with a something like:

```sh
code /Users/xxxxx/yyyyy/mediature
```

0 comments on commit 00295e8

Please sign in to comment.