When a dispatchAction is used in combination with a message[Type]Expectation we can use the application configuration to check if the test could ever pass without executing any code.
This should eliminate a bunch of branches within the expectation reporting and help catch configuration errors or copy/pasted tests more quickly.
When a
dispatchActionis used in combination with amessage[Type]Expectationwe can use the application configuration to check if the test could ever pass without executing any code.This should eliminate a bunch of branches within the expectation reporting and help catch configuration errors or copy/pasted tests more quickly.