mirror of
https://github.com/cdr/code-server.git
synced 2026-04-21 14:32:11 +02: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()
|
const p = new ChildProcess()
|
||||||
// our ChildProcess isn't exported
|
// our ChildProcess isn't exported
|
||||||
// and shouldn't be for a test so surpressing TS error.
|
// and shouldn't be for a test so surpressing TS error.
|
||||||
// @ts-expect-error
|
// @ts-expect-error - see above
|
||||||
expect(isChild(p)).toBe(false)
|
expect(isChild(p)).toBe(false)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue