Skip to content

Commit

Permalink
Fix ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Nov 14, 2024
1 parent 2e33245 commit 4938629
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/botbuilder-testing/src/dialogTestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* Licensed under the MIT License.
*/

/* eslint-disable @typescript-eslint/ban-types */

import {
Activity,
TestAdapter,
Expand Down Expand Up @@ -140,7 +138,6 @@ export class DialogTestClient {
* @param activity an activity potentially with text
* @returns a TestFlow that can be used to assert replies etc
*/

async sendActivity(activity: Partial<Activity> | string): Promise<any> {
await this._testAdapter.receiveActivity(activity);
return this._testAdapter.activityBuffer.shift();
Expand Down

0 comments on commit 4938629

Please sign in to comment.