mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(editor): Move unit tests (no-changelog) (#5998)
* test(editor): Move unit tests (no-changelog) * trigger checks * trigger checks * trigger checks * trigger checks
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import { createPinia, setActivePinia } from 'pinia';
|
import { createPinia, setActivePinia } from 'pinia';
|
||||||
import { usePostHog } from './posthog';
|
import { usePostHog } from '@/stores/posthog';
|
||||||
import { useUsersStore } from './users';
|
import { useUsersStore } from '@/stores/users';
|
||||||
import { useSettingsStore } from './settings';
|
import { useSettingsStore } from '@/stores/settings';
|
||||||
import { IN8nUISettings } from '@/Interface';
|
import { IN8nUISettings } from '@/Interface';
|
||||||
import { useRootStore } from './n8nRootStore';
|
import { useRootStore } from '@/stores/n8nRootStore';
|
||||||
import { useTelemetryStore } from './telemetry';
|
import { useTelemetryStore } from '@/stores/telemetry';
|
||||||
|
|
||||||
const DEFAULT_POSTHOG_SETTINGS: IN8nUISettings['posthog'] = {
|
const DEFAULT_POSTHOG_SETTINGS: IN8nUISettings['posthog'] = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
Reference in New Issue
Block a user