We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130f42a commit b239c28Copy full SHA for b239c28
src/index.spec.ts
@@ -49,7 +49,7 @@ describe("json-rpc-e2e", () => {
49
.expect(403)
50
.expect(errorObj);
51
52
- // The testing with expect(req).rejects doesn't work
+ // The testing with expect(req).rejects doesn't work
53
54
// const req = request(server.server)
55
// .post("/rpc/v1")
@@ -60,7 +60,7 @@ describe("json-rpc-e2e", () => {
60
// fromService: "Test Service",
61
// params: { data: "hi" }
62
// })
63
- );
+ //);
64
});
65
66
afterAll(async () => {
0 commit comments