it("should throw error when not isn't detected", async () => {
      expect.assertions(1);
      try {
        await notNodeHttpRequest("");
      } catch (e) {