Skip to content

Commit

Permalink
Merge branch 'master' of github.com:microsoftly/BotTester into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Oct 6, 2017
2 parents 0d1ee2f + d0b78df commit a47bef5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import { ignoreInternalSaveMessageFilter } from './builtInMessageFilters';
*/
export type MessageFilter = (message: IMessage) => boolean;

/**
* Returns true if a message
*/
export type MessageFilter = (message: IMessage) => boolean;

export interface IConfig {
/**
* timeout in milliseconds before a BotTester runner will fail a test (when not overriden)
Expand Down

0 comments on commit a47bef5

Please sign in to comment.