DEV: Update tests (#323)

new imports, resolved deprecations, qunit-dom, strict assertions, fixed flakes, migrated the legacy component test, typos, gjs
This commit is contained in:
Jarek Radosz
2024-08-28 13:51:37 +02:00
committed by GitHub
parent ba9ead855e
commit f62d8cc8a2
10 changed files with 372 additions and 499 deletions
@@ -295,7 +295,7 @@ function randomIdShort() {
function transformedRelTable(table, modelClass) {
const result = {};
table.forEach((item) => {
table?.forEach((item) => {
if (modelClass) {
result[item.id] = modelClass.create(item);
} else {