Skip to content

Commit 8ed7498

Browse files
committed
fixup: include description ts-expect-error comment
1 parent 73b61ec commit 8ed7498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/wrapper.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("wrapper", () => {
1212
const p = new ChildProcess()
1313
// our ChildProcess isn't exported
1414
// and shouldn't be for a test so surpressing TS error.
15-
// @ts-expect-error
15+
// @ts-expect-error - see above
1616
expect(isChild(p)).toBe(false)
1717
})
1818
})

0 commit comments

Comments
 (0)