feat: error when action handler is missing
This commit is contained in:
@@ -48,4 +48,8 @@ describe("Relay", () => {
|
||||
|
||||
assertEquals(users.length, 0);
|
||||
});
|
||||
|
||||
it("should successfully run .actions", async () => {
|
||||
assertEquals(await relay.get("/add-two", { a: 1, b: 1 }), 2);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user