Update Jest Configuration
update-jest-configMerge new Jest settings into an existing workspace configuration to adjust coverage thresholds, test patterns, or other options.
Instructions
Update the Jest configuration in a workspace by merging new settings with the existing config. Useful for adjusting coverage thresholds, test patterns, or other Jest options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ID of the workspace to update Jest config for | |
| configUpdates | Yes | Jest configuration options to merge with existing config |