desloppify: fix 34 unused imports/vars, debug logs, and code quality issues
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
This commit is contained in:
@@ -35,7 +35,7 @@ describe('Prestige upgrade definitions', () => {
|
||||
|
||||
it('all upgrades have required fields', async () => {
|
||||
const { PRESTIGE_DEF } = await import('@/lib/game/constants/prestige');
|
||||
for (const [id, def] of Object.entries(PRESTIGE_DEF)) {
|
||||
for (const [, def] of Object.entries(PRESTIGE_DEF)) {
|
||||
expect(def.name).toBeTruthy();
|
||||
expect(def.desc).toBeTruthy();
|
||||
expect(def.max).toBeGreaterThan(0);
|
||||
|
||||
Reference in New Issue
Block a user