describe("exception", () => {
  test("fires a exception event", () => {
    exception({ foo: "bar" });

    expect(event).toHaveBeenCalledWith("exception", {