SkillsTab Modifications (Bugs 9,11,12,13)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m12s

This commit is contained in:
Refactoring Agent
2026-04-27 13:26:02 +02:00
parent 749321d2cb
commit eeb1e3c784
20 changed files with 828 additions and 237 deletions
+2 -1
View File
@@ -354,7 +354,8 @@ describe('Enchanter Skills', () => {
describe('Disenchanting (Recover mana from removed enchantments)', () => {
it('skill definition should exist', () => {
expect(SKILLS_DEF.disenchanting).toBeDefined();
// disenchanting skill removed - see Bug 13
expect(SKILLS_DEF.disenchanting).toBeUndefined();
});
});
});