Move to http-proxy

This commit is contained in:
Romaric Mourgues
2023-05-11 12:18:49 +02:00
parent 56cc84c34e
commit 6a1582a6d4
4 changed files with 42 additions and 77 deletions
@@ -1,10 +1,6 @@
import { TestPlatform } from "./setup";
import { InjectPayload, Response } from "light-my-request";
import { logger as log } from "../../src/core/platform/framework";
import { AbortSignal } from "node-abort-controller";
// fix for Reference error AbortSignal in `lru-cache`
global.AbortSignal = AbortSignal as any;
declare global {
interface ApiResponse extends Response {