mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08: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:
parent
cd894893aa
commit
3c9b2e1e01
|
@ -1,10 +1,10 @@
|
|||
import { createPinia, setActivePinia } from 'pinia';
|
||||
import { usePostHog } from './posthog';
|
||||
import { useUsersStore } from './users';
|
||||
import { useSettingsStore } from './settings';
|
||||
import { usePostHog } from '@/stores/posthog';
|
||||
import { useUsersStore } from '@/stores/users';
|
||||
import { useSettingsStore } from '@/stores/settings';
|
||||
import { IN8nUISettings } from '@/Interface';
|
||||
import { useRootStore } from './n8nRootStore';
|
||||
import { useTelemetryStore } from './telemetry';
|
||||
import { useRootStore } from '@/stores/n8nRootStore';
|
||||
import { useTelemetryStore } from '@/stores/telemetry';
|
||||
|
||||
const DEFAULT_POSTHOG_SETTINGS: IN8nUISettings['posthog'] = {
|
||||
enabled: true,
|
Loading…
Reference in a new issue