Skip to content

Commit

Permalink
chore: disable unnecessary type check in Dispatcher test (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Koci <jakub.koci@gmail.com>
  • Loading branch information
jakubkoci authored Dec 7, 2021
1 parent 4e7b9cf commit 5355fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/agent/__tests__/Dispatcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class CredentialProposalTestMessage extends AgentMessage {
}

class TestHandler implements Handler {
// We want to pass various classes to test various behaviours so we dont need to strictly type it.
// eslint-disable-next-line @typescript-eslint/no-explicit-any
public constructor(classes: any[]) {
this.supportedMessages = classes
}
Expand Down

0 comments on commit 5355fef

Please sign in to comment.