We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b61ec commit 8ed7498Copy full SHA for 8ed7498
test/unit/node/wrapper.test.ts
@@ -12,7 +12,7 @@ describe("wrapper", () => {
12
const p = new ChildProcess()
13
// our ChildProcess isn't exported
14
// and shouldn't be for a test so surpressing TS error.
15
- // @ts-expect-error
+ // @ts-expect-error - see above
16
expect(isChild(p)).toBe(false)
17
})
18
0 commit comments