Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix command to run integ tests (#20414)
The instructions in `CONTRIBUTING.md`, telling users to run `test.sh`, started running the unit tests instead of the integ tests, since `npx` now `cd`s to the `package.json` directory (instead of running in the current directory). Fix by using `npx` to look up the location of `jest`, but running it in the current shell. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information