test('suffix', () => {
  assert.equal(moment(30000).from(0), 'केही क्षणमा', 'prefix');
  assert.equal(moment(0).from(30000), 'केही क्षण पहिले', 'suffix');
});