Skip to content

Commit 423e4e4

Browse files
cleanup tests structure
1 parent eb88fde commit 423e4e4

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

packages/web/tests/mocks/MockWebRemote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
SocketSyncStreamOptions
1212
} from '@powersync/common';
1313
import { serialize, type BSON } from 'bson';
14-
import { MockSyncService, setupMockServiceMessageHandler } from '../../src/worker/sync/MockSyncServiceWorker';
14+
import { MockSyncService, setupMockServiceMessageHandler } from '../utils/MockSyncServiceWorker';
1515

1616
/**
1717
* Mock fetch provider that intercepts all requests and routes them to the mock sync service.

packages/web/tests/utils/MockSyncServiceClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
MockSyncServiceMessage,
55
MockSyncServiceResponse,
66
PendingRequest
7-
} from '../../src/worker/sync/MockSyncServiceTypes';
7+
} from './MockSyncServiceTypes';
88

99
/**
1010
* Interface for mocking sync service responses in shared worker environments.

0 commit comments

Comments
 (0)