[ci] Splits Jest integration tests (#125454)

This commit is contained in:
Tyler Smalley 2022-02-14 08:12:42 -08:00 committed by GitHub
parent d383bda82e
commit 435b772786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 467 additions and 62 deletions

View file

@ -21,7 +21,9 @@ Next we will go over how to exactly enable the inspector for different aspects o
You will need to run Jest directly from the Node script:
`node --inspect-brk scripts/jest [TestPathPattern]`
`node --inspect-brk node_modules/.bin/jest --runInBand --config [JestConfig] [TestPathPattern]`
Additional information can be found in the [Jest troubleshooting documentation](https://jestjs.io/docs/troubleshooting).
### Functional Test Runner