Skip to content

Commit 9b5a8b4

Browse files
Potential fix for pull request finding 'Comparison between inconvertible types'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent ad0251a commit 9b5a8b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/__tests__/main.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ interface PapiBackendTestMock {
2525
function isPapiBackendTestMock(m: unknown): m is PapiBackendTestMock {
2626
return (
2727
typeof m === 'object' &&
28-
m !== undefined &&
2928
m instanceof Object &&
3029
'__mockRegisterWebViewProvider' in m &&
3130
'__mockOpenWebView' in m &&

0 commit comments

Comments
 (0)