Revert "test(server): skip failing test"

This reverts commit 82be37b4af.
pull/2322/head
Elian Doran 2025-06-15 17:09:23 +07:00
parent d2cfb5e94f
commit 3aba961f5e
No known key found for this signature in database
1 changed files with 66 additions and 66 deletions

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