mirror of
https://github.com/cdr/code-server.git
synced 2026-01-31 04:22:40 +01:00
fixup: include description ts-expect-error comment
This commit is contained in:
parent
73b61ecfb6
commit
8ed7498b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue