Skip to content

Commit

Permalink
More test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Feb 11, 2021
1 parent d1668d3 commit 3aa2f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/main/src/ngrok.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jest.mock('./state', () => ({

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

jest.mock('@microsoft/bf-chatdown', () => ({}));

const headersMap: Map<string, string> = new Map();
headersMap.set('Server', 'Emulator');
const tunnelResponseGeneric = (status: number, errorBody: string, headers = headersMap) => {
Expand Down

0 comments on commit 3aa2f02

Please sign in to comment.