Open marvinhagemeister opened 7 years ago
Instead of:
mock.get("/foo", (req, res) => res.body({ foo: "bar" });
it would be cool if we could just write:
mock.get("/foo", { foo: "bar" });
Instead of:
it would be cool if we could just write: