diff --git a/__mocks__/bull.js b/__mocks__/bull.js index 2fa7b932..3837625c 100644 --- a/__mocks__/bull.js +++ b/__mocks__/bull.js @@ -1,6 +1,6 @@ -// @flow +/* eslint-disable flowtype/require-valid-file-annotation */ export default class Queue { - name: string; + name; constructor(name) { this.name = name;