Skip to content

Commit

Permalink
Update debugging instructions (#4754)
Browse files Browse the repository at this point in the history
I only tested on macOS – but I suspect it's same on all OS-es.

Refs:
- https://jestjs.io/docs/en/troubleshooting
- https://jestjs.io/docs/en/cli.html#runinband
  • Loading branch information
zigomir authored and NataliaTepluhina committed Dec 21, 2019
1 parent 00acca5 commit ef548a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-jest/README.md
Expand Up @@ -23,10 +23,10 @@ If you want to debug your tests via the Node inspector, you can run the followin

```sh
# macOS or linux
node --inspect-brk ./node_modules/.bin/vue-cli-service test:unit
node --inspect-brk ./node_modules/.bin/vue-cli-service test:unit --runInBand

# Windows
node --inspect-brk ./node_modules/@vue/cli-service/bin/vue-cli-service.js test:unit
node --inspect-brk ./node_modules/@vue/cli-service/bin/vue-cli-service.js test:unit --runInBand
```

## Configuration
Expand Down

0 comments on commit ef548a7

Please sign in to comment.