describe("Math", function () {
  context("Addition", function () {
    it("adds two numbers", function () {
      // assertions
    });
  });
});
