@procore/core-scripts
Version:
A CLI to enhance your development experience
20 lines (12 loc) • 592 B
Markdown
# `core-scripts test`
Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.
- [`core-scripts test`](#core-scripts-test)
## `core-scripts test`
Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.
```
USAGE
$ core-scripts test
OPTIONS
--config=config The path to a Jest config file specifying how to find and execute tests.
```
_See code: [dist/commands/test.js](https://github.com/procore/frontend-tooling/blob/v11.3.1/dist/commands/test.js)_