Skip to content

Assert

Impure

Asserts that Input equals Expected. Throws error if not equal.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Success

OUTPUT

Fires if assertion passes.

Data Inputs

Input

INPUT

Actual input value.

Expected

INPUT

Expected value to compare against.

Settings

Strict Types

BOOLEAN

If false, strings like true/false or numbers will match typed booleans or numbers.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing