Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit b29388f

Browse files
committed
Addressed PR feedback.
1 parent 2e92a41 commit b29388f

7 files changed

Lines changed: 651 additions & 558 deletions

File tree

packages/app/client/src/commands/emulatorCommands.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ import { openBotViaUrlAction } from '../state';
4141

4242
import { EmulatorCommands } from './emulatorCommands';
4343

44-
const mockEndpoint = {
45-
endpoint: 'https://localhost:8080/api/messages',
46-
};
47-
4844
let mockState = {};
4945
const mockStore = {
5046
dispatch: jest.fn(),

0 commit comments

Comments
 (0)