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

Commit 3aa2f02

Browse files
committed
More test fixes.
1 parent d1668d3 commit 3aa2f02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/app/main/src/ngrok.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jest.mock('./state', () => ({
6262

6363
jest.mock('fs-extra', () => ({}));
6464

65+
jest.mock('@microsoft/bf-chatdown', () => ({}));
66+
6567
const headersMap: Map<string, string> = new Map();
6668
headersMap.set('Server', 'Emulator');
6769
const tunnelResponseGeneric = (status: number, errorBody: string, headers = headersMap) => {

0 commit comments

Comments
 (0)