it("should get rejection", async () => {
      expect.assertions(1);
      try {
        await httpRequest("https://localhost:13000");
      } catch (e) {