try to fix tests

This commit is contained in:
Tatyana Kostromskaya
2023-09-15 15:04:21 +00:00
parent 6477ef1460
commit 6d37c6eb2b
5 changed files with 37 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
declare module 'proxy1' {
import * as http from 'http'
function internal(): http.Server
export = internal
}