Revert "test(server): skip failing test"

This reverts commit 82be37b4afad42215f1af06a29f145bbf4225e3b.
This commit is contained in:
Elian Doran 2025-06-15 17:09:23 +03:00
parent d2cfb5e94f
commit 3aba961f5e
No known key found for this signature in database

View File

@ -87,7 +87,7 @@ vi.mock('./tools/tool_initializer.js', () => ({
}
}));
describe.skip('AIServiceManager', () => {
describe('AIServiceManager', () => {
let manager: AIServiceManager;
beforeEach(() => {