mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 17:14:05 -08:00
538984dc2f
Co-authored-by: Matthijs Knigge <matthijs@volcano.nl>
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
jest.mock('@sentry/node');
|
|
jest.mock('@n8n_io/license-sdk');
|
|
jest.mock('@/telemetry');
|
|
jest.mock('@/eventbus/MessageEventBus/MessageEventBus');
|
|
jest.mock('@/push');
|