add prettier and eslint
This commit is contained in:
@@ -20,7 +20,7 @@ getJasmineRequireObj().buildExpectationResult = function() {
|
||||
passed: options.passed
|
||||
};
|
||||
|
||||
if(!result.passed) {
|
||||
if (!result.passed) {
|
||||
result.expected = options.expected;
|
||||
result.actual = options.actual;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user