fix code coverage

This commit is contained in:
Phillip Thelen
2024-05-16 16:20:23 +02:00
parent d6dba9767d
commit 929778bdad
5 changed files with 870 additions and 18 deletions
-1
View File
@@ -2,7 +2,6 @@ import armoireSet from '../../../website/common/script/content/gear/sets/armoire
describe('armoireSet items', () => {
it('checks if canOwn has the same id', () => {
console.log(armoireSet);
Object.keys(armoireSet).forEach(type => {
Object.keys(armoireSet[type]).forEach(itemKey => {
const ownedKey = `${type}_armoire_${itemKey}`;