Skip to content

Commit

Permalink
Attempt at fixing Travis jest issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Jan 25, 2019
1 parent bfdb0f4 commit bc85ff0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ describe('The directLine middleware', () => {
};
emulator = {
facilities: {
logger: { logMessage: () => true, logActivity: () => true },
logger: {
logMessage: () => true,
logActivity: () => true,
logException: () => null,
},
},
} as any;
emulator.facilities.conversations = new ConversationSet();
Expand Down

0 comments on commit bc85ff0

Please sign in to comment.