Skip to content

Commit 07ed164

Browse files
committed
renamed and moved webrtc-mocks to utils, preventing Jest to execute it as a test
1 parent d20efb4 commit 07ed164

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/__tests__/integration/crdt-webrtc.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
MockSocketIOClient,
1010
MockWebRTCNetwork,
1111
setupWebRTCMocks
12-
} from '../unit/webrtc/webrtc-mocks';
12+
} from '../utils/webrtc-mocks.mjs';
1313

1414
// Setup mocks
1515
beforeAll(() => {

client/src/__tests__/unit/webrtc/webrtc-manager.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
MockWebRTCNetwork,
1010
setupWebRTCMocks,
1111
createMockWebRTCEnvironment
12-
} from './webrtc-mocks';
12+
} from '../../utils/webrtc-mocks.mjs';
1313

1414
// Setup WebRTC mocks before tests
1515
beforeAll(() => {
File renamed without changes.

0 commit comments

Comments
 (0)