test(editor): Move test utils to the proper place (#5975)

This commit is contained in:
Csaba Tuncsik
2023-04-14 13:17:03 +02:00
committed by GitHub
parent 0b48088296
commit dc0055fc5c
8 changed files with 111 additions and 109 deletions

View File

@@ -3,7 +3,7 @@ import { useSettingsStore } from '@/stores/settings';
import { useSSOStore } from '@/stores/sso';
import { merge } from 'lodash-es';
import { IN8nUISettings } from '@/Interface';
import { SETTINGS_STORE_DEFAULT_STATE } from '@/utils/testUtils';
import { SETTINGS_STORE_DEFAULT_STATE } from '@/__tests__/utils';
let ssoStore: ReturnType<typeof useSSOStore>;
let settingsStore: ReturnType<typeof useSettingsStore>;