Skip to content

Commit

Permalink
fix: ignore error that I cannot reproduce locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 4, 2021
1 parent 27546f2 commit d43cfa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/createPool.ts
Expand Up @@ -18,6 +18,8 @@ const defaultConfiguration = {
};

export const createPool = (clientConfiguration: ClientConfigurationInputType = defaultConfiguration) => {
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
// @ts-ignore
const eventEmitter = new EventEmitter();

const connection = {
Expand Down

0 comments on commit d43cfa3

Please sign in to comment.