module('"Math"', function () {
  test('adds 2 ("two") numbers', function (arg = 'meh') {
    // assertions
  });
});
