Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ed7498

Browse files
committedDec 6, 2022
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.