feat(frontend): import CE code to EE (#1365)

This commit is contained in:
Chaim Lev-Ari
2025-12-17 13:02:19 +02:00
committed by GitHub
parent 5640e8c11a
commit 2f5b083c5c
1849 changed files with 6602 additions and 6494 deletions
@@ -3,8 +3,8 @@ import { renderHook } from '@testing-library/react-hooks';
import { http, HttpResponse } from 'msw';
import { vi } from 'vitest';
import { server } from '@/setup-tests/server';
import { withTestQueryProvider } from '@/react/test-utils/withTestQuery';
import { server } from '@CE/setup-tests/server';
import { withTestQueryProvider } from '@CE/react/test-utils/withTestQuery';
import { useVersionedStackFile } from './useVersionedStackFile';