test('suffix', () => {
  assert.equal(moment(30000).from(0), 'काही सेकंदांमध्ये', 'prefix');
  assert.equal(moment(0).from(30000), 'काही सेकंदांपूर्वी', 'suffix');
});