mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -29,7 +29,9 @@ describe('PushConnectionTracker', () => {
|
||||
});
|
||||
setActivePinia(pinia);
|
||||
|
||||
return createComponentRenderer(PushConnectionTracker)();
|
||||
return createComponentRenderer(PushConnectionTracker, {
|
||||
global: { stubs: { N8nIcon: true } },
|
||||
})();
|
||||
};
|
||||
|
||||
it('should not render error when connected and connection requested', () => {
|
||||
|
||||
Reference in New Issue
Block a user