mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 23:59:00 +00:00
💄 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:
parent
3a9a0932a3
commit
18d6c35466
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user