Test
Test transforms are used for testing the system.
test.message
Generates a test message when a control message is received.
This is intended to be used in config unit tests.
Settings
Field | Type | Description | Required |
---|---|---|---|
value | any | Value used as data in the generated message. | Yes |
Example
sub.transform.test.message({ value: { a: 'b' })
sub.tf.test.message({ value: { a: 'b' })
Updated about 1 month ago