fixup: include description ts-expect-error comment
This commit is contained in:
parent
73b61ecfb6
commit
8ed7498b3c
@ -12,7 +12,7 @@ describe("wrapper", () => {
|
||||
const p = new ChildProcess()
|
||||
// our ChildProcess isn't exported
|
||||
// and shouldn't be for a test so surpressing TS error.
|
||||
// @ts-expect-error
|
||||
// @ts-expect-error - see above
|
||||
expect(isChild(p)).toBe(false)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user