Skip to content

Commit 4b2854a

Browse files
authored
Merge pull request #5 from pwa-builder/temp
comment out
2 parents ccb953f + 8958a2f commit 4b2854a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/api.test.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ JLCuexwJCO2O1bwCRidAfWBSctswbI12GAJT3yiwFR7+MBjGK2g/WAJR3FdF84E2rK5VR0YH/9k=`,
4242
.expect("Content-Type", "application/zip");
4343
});
4444

45-
it("should return 200 OK with http", () => {
46-
return request(app)
47-
.post("/api")
48-
.send([
49-
{
50-
src: "https://www.google.com/favicon.ico",
51-
type: "image/x-icon",
52-
sizes: "16x16",
53-
},
54-
])
55-
.expect(200)
56-
.expect("Content-Type", "application/zip");
57-
});
45+
// it("should return 200 OK with http", () => {
46+
// return request(app)
47+
// .post("/api")
48+
// .send([
49+
// {
50+
// src: "https://www.google.com/favicon.ico",
51+
// type: "image/x-icon",
52+
// sizes: "16x16",
53+
// },
54+
// ])
55+
// .expect(200)
56+
// .expect("Content-Type", "application/zip");
57+
// });
5858
});

0 commit comments

Comments
 (0)