Skip to content

Commit d6b349e

Browse files
committed
remove duplicate tests
1 parent 2df64af commit d6b349e

22 files changed

+2
-3144
lines changed

internal/e2e-realtime-api/src/voiceGreetAndRecord.test.ts renamed to internal/e2e-realtime-api/src/userStories/voiceGreetAndRecord.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
type TestHandler,
88
createTestRunner,
99
makeSipDomainAppAddress,
10-
} from './utils'
10+
} from '../utils'
1111

1212
const handler: TestHandler = ({ domainApp }) => {
1313
if (!domainApp) {

internal/e2e-realtime-api/src/voicePickupLatency.test.ts renamed to internal/e2e-realtime-api/src/userStories/voicePickupLatency.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
type TestHandler,
88
createTestRunner,
99
makeSipDomainAppAddress,
10-
} from './utils'
10+
} from '../utils'
1111

1212
const handler: TestHandler = ({ domainApp }) => {
1313
if (!domainApp) {

internal/e2e-realtime-api/src/voiceCollectAllListeners.test.ts

-210
This file was deleted.

0 commit comments

Comments
 (0)