@camunda/task-testing 3.0.0-rc.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,7 +33,6 @@ function App() {
33
33
  | `config` | `Config` | no | Input/output configuration for elements |
34
34
  | `onConfigChanged` | `(config: Config) => void` | no | Called when the configuration changes |
35
35
  | `configureConnectionBannerTitle` | `string` | no | Title for the connection banner (default: `'Connection required'`) |
36
- | `configureConnectionBannerDescription` | `string` | no | Description for the connection banner (default: `'Configure a connection to start testing.'`) |
37
36
  | `configureConnectionLabel` | `string` | no | Label for the configure connection button (default: `'Configure'`) |
38
37
  | `onConfigureConnection` | `Function` | no | Called when the user clicks the configure connection button |
39
38
  | `onTestTask` | `() => boolean \| Promise<boolean>` | no | Called when the user clicks _Test task_. Return `true` to proceed, `false` to abort |