Skip to content

Commit

Permalink
fixup: include description ts-expect-error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Dec 6, 2022
1 parent 73b61ec commit 8ed7498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/node/wrapper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
})

0 comments on commit 8ed7498

Please sign in to comment.