Skip to content

Commit

Permalink
Disable ts ignore ban
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jul 5, 2024
1 parent b8d5852 commit 8600042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/vrdt-common/src/__tests__/utility.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe("utility", () => {
expect(logChannel[level]).toHaveBeenCalled()
})
})

/* eslint-disable @typescript-eslint/ban-ts-comment */
describe("format", () => {
it.each(["debug", "info", "warn", "error"])(".%s() should format logged messages", level => {
logger[level]("message:", "data")
Expand Down

0 comments on commit 8600042

Please sign in to comment.