test('suffix', () => {
  assert.equal(moment(30000).from(0), 'અમુક પળો મા', 'prefix');
  assert.equal(moment(0).from(30000), 'અમુક પળો પહેલા', 'suffix');
});