Skip to content

Commit

Permalink
chore: disable unnecessary type check in Dispatcher test (openwallet-…
Browse files Browse the repository at this point in the history
…foundation#565)

Signed-off-by: Jakub Koci <jakub.koci@gmail.com>
Signed-off-by: annelein <anneleinvanreijen@gmail.com>
  • Loading branch information
jakubkoci authored and Annelein committed Jan 28, 2022
1 parent d3530b3 commit 1c63511
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 1c63511

Please sign in to comment.