Skip to content

Commit

Permalink
fix: fully remove unnecessary onTeamsMEConfigurationSetting (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrichardson authored Jul 12, 2021
1 parent 84ea20e commit e01bdd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/Teams/js/src/conditions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export * from './onTeamsMEBotMessagePreviewSend';
export * from './onTeamsMECardButtonClicked';
export * from './onTeamsMEConfigQuerySettingUrl';
export * from './onTeamsMEConfigSetting';
export * from './onTeamsMEConfigurationSetting';
export * from './onTeamsMEFetchTask';
export * from './onTeamsMEQuery';
export * from './onTeamsMESelectItem';
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/packages/Teams/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"mocha": "^9.0.2",
"nock": "^13.1.1",
"ts-node": "^10.0.0"
},
"devDependencies": {
"eslint": "^7.30.0"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ __metadata:
botbuilder-dialogs-adaptive: 4.14.0-preview
botbuilder-dialogs-adaptive-testing: 4.14.0-preview
botframework-connector: 4.14.0
eslint: ^7.30.0
mocha: ^9.0.2
nock: ^13.1.1
ts-node: ^10.0.0
Expand Down

0 comments on commit e01bdd0

Please sign in to comment.