Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 22, 2021
1 parent 4e878d1 commit 41da350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/dockest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ run([
await redis()
},
},
])
// eslint-disable-next-line no-console
]).catch((e) => console.error(e))
6 changes: 3 additions & 3 deletions src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('happy', () => {
"waiting": 0,
},
"jobs": Array [],
"name": "bull:Paint:~",
"name": "Paint",
"readOnlyMode": false,
},
],
Expand Down Expand Up @@ -138,7 +138,7 @@ describe('happy', () => {
"waiting": 0,
},
"jobs": Array [],
"name": "bull:Code:~",
"name": "Code",
"readOnlyMode": false,
},
],
Expand Down Expand Up @@ -197,7 +197,7 @@ describe('happy', () => {
"waiting": 0,
},
"jobs": Array [],
"name": "bull:Code:~",
"name": "Code",
"readOnlyMode": false,
},
],
Expand Down

0 comments on commit 41da350

Please sign in to comment.