Run formatter
This commit is contained in:
@@ -19,9 +19,7 @@ getJasmineRequireObj().toHaveSpyInteractions = function(j$) {
|
||||
|
||||
if (!j$.isObject_(actual)) {
|
||||
throw new Error(
|
||||
getErrorMsg(
|
||||
'Expected a spy object, but got ' + typeof actual + '.'
|
||||
)
|
||||
getErrorMsg('Expected a spy object, but got ' + typeof actual + '.')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user