run prettier and fix tests

This commit is contained in:
Matt McCherry
2024-12-02 09:51:51 +00:00
parent d9286c549f
commit 580323c221
3 changed files with 23 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBeTrue',
'toBeTruthy',
'toBeUndefined',
'toBeNullish',
'toContain',
'toEqual',
'toHaveSize',