Skip to content

Commit

Permalink
test: mock useDeviceSupport in new package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Feb 5, 2025
1 parent 028be61 commit bf3b89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/composables/useDebugInfo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ vi.mock('@/stores/settings.store', () => ({
useSettingsStore,
}));

vi.mock('n8n-design-system', () => ({
vi.mock('@n8n/composables/useDeviceSupport', () => ({
useDeviceSupport: () => ({
isTouchDevice: false,
userAgent: 'Mozilla/5.0',
Expand Down

0 comments on commit bf3b89e

Please sign in to comment.