DEV: Autofix (w/ manual follow up) various qunit lints (#29950)

This commit is contained in:
Jarek Radosz
2024-11-27 13:02:55 +01:00
committed by GitHub
parent e4bb727d33
commit 5db0eba0a8
58 changed files with 444 additions and 487 deletions

View File

@ -53,6 +53,8 @@ export function deepEqual(obj1, obj2) {
}
}
return true;
} else {
return false;
}
}