Skip to content

Commit 9abcf5f

Browse files
committed
Fix linting
1 parent f89c7ba commit 9abcf5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,11 @@ test.serial('Can use aggregate errors, class options', (t) => {
141141
})
142142

143143
test('Returns beautified errors, static', (t) => {
144-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
145144
const prettyMessage: string = BaseError.pretty(error)
146145
t.true(prettyMessage.includes(`${figures.cross} BaseError: test`))
147146
})
148147

149148
test('Returns beautified errors, instance', (t) => {
150-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
151149
const prettyMessage: string = error.pretty()
152150
t.true(prettyMessage.includes(`${figures.cross} BaseError: test`))
153151
})

0 commit comments

Comments
 (0)