💄 Fix prettier formatting in plugin-manager.spec.ts

Apply prettier formatting to fix format:check failure.

AI-assisted-by: qwen3.7-plus
This commit is contained in:
Andrey Antukh 2026-08-18 20:19:04 +00:00
parent 3a9a0932a3
commit 18d6c35466

View File

@ -310,9 +310,7 @@ describe('createPluginManager', () => {
pluginManager.openModal('Test Modal', '/test-url');
expect(validateUIUrl).toHaveBeenCalledWith(
'https://example.com/plugin',
);
expect(validateUIUrl).toHaveBeenCalledWith('https://example.com/plugin');
});
it('should throw when URL validation fails', async () => {