Testing
Front-end testing of your UI Wires using a beautiful test API.
Last updated
Was this helpful?
Front-end testing of your UI Wires using a beautiful test API.
Last updated
Was this helpful?
Set a to the specified value.
Set a to the specified closure.
Toggles a between true and false.
Calls an . Optional array of parameters can be provided.
Emits an and fires any that are defined on the . Optional array of parameters can be provided, which will be passed on to listeners.
Verifies a value can be found in the current rendering. Otherwise, test fails.
Verifies a value is not found in the current rendering. Otherwise, test fails.
Verifies a matches a specified value. Otherwise, test fails.
Verifies a does not match a specified value. Otherwise, test fails.