it('always rounds up when given the option "up"', function () {
    expect(tpl({x: 1.01, direction: 'up'})).to.equal('2');
  });