refactor(core): Prepare insights for move to standalone module (#16426)

This commit is contained in:
Iván Ovejero
2025-06-17 14:51:30 +02:00
committed by GitHub
parent 2bc3f8cf9d
commit ac032418cb
25 changed files with 49 additions and 26 deletions

View File

@@ -1,10 +1,10 @@
import type { LicenseState } from '@n8n/backend-common';
import { Container } from '@n8n/di';
import { mockLogger } from '@n8n/integration-test-utils';
import { mock } from 'jest-mock-extended';
import { DateTime } from 'luxon';
import { Time } from '@/constants';
import { mockLogger } from '@test/mocking';
import { createTeamProject } from '@test-integration/db/projects';
import { createWorkflow } from '@test-integration/db/workflows';
import * as testDb from '@test-integration/test-db';