test('suffix', () => {
  assert.equal(moment(30000).from(0), 'hivi punde baadaye', 'prefix');
  assert.equal(moment(0).from(30000), 'sekunde chache zilizopita', 'suffix');
});