mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test(core): Mock filesystem in tests (#10823)
This commit is contained in:
@@ -21,6 +21,8 @@ import type { SuperAgentTest } from './shared/types';
|
||||
import { initActiveWorkflowManager } from './shared/utils';
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
|
||||
jest.unmock('node:fs');
|
||||
|
||||
mockInstance(Telemetry);
|
||||
|
||||
describe('Webhook API', () => {
|
||||
|
||||
Reference in New Issue
Block a user