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
this.equal(error.message,expectedError.message,`Expected exception message "${error.message}" to be equals "${expectedError.message}" but it's not.`);
620
+
}
621
+
622
+
return;
623
+
}
624
+
625
+
this.equal(error,expectedError,`Expected error of type ${ValueConverter.toString(error)} to be equals ${ValueConverter.toString(expectedError)} but it's not.`);
626
+
627
+
return;
628
+
}
629
+
630
+
throwInvalidValueException.expected(
631
+
ValueConverter.toString(expectedError),
632
+
null,
633
+
"Expected from callback to throw an Error \"${expected}\" but it didn't."
0 commit comments