mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 06:28:47 +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');
|
pluginManager.openModal('Test Modal', '/test-url');
|
||||||
|
|
||||||
expect(validateUIUrl).toHaveBeenCalledWith(
|
expect(validateUIUrl).toHaveBeenCalledWith('https://example.com/plugin');
|
||||||
'https://example.com/plugin',
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should throw when URL validation fails', async () => {
|
it('should throw when URL validation fails', async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user