You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example test that asserts that the specified `externalAction` function is invoked when the component's internal `submitComment` action is triggered by making use of a test double (dummy function).
236
236
The value from the external action is captured in a shared variable (if and when it is called),
237
237
so that it can be explicitly asserted directly in the test function at the time where we
0 commit comments