Removed remaining paths that pass expected and actual of expectations to reporters
This commit is contained in:
@@ -183,8 +183,6 @@ getJasmineRequireObj().Suite = function(j$) {
|
||||
const data = {
|
||||
matcherName: '',
|
||||
passed: false,
|
||||
expected: '',
|
||||
actual: '',
|
||||
error: arguments[0]
|
||||
};
|
||||
const failedExpectation = j$.buildExpectationResult(data);
|
||||
|
||||
Reference in New Issue
Block a user