test('format ordinal', () => {
  assert.equal(moment([2011, 0, 1]).format('DDDo'), '1 වැනි', '1 වැනි');
  assert.equal(moment([2011, 0, 2]).format('DDDo'), '2 වැනි', '2 වැනි');
  assert.equal(moment([2011, 0, 3]).format('DDDo'), '3 වැනි', '3 වැනි');
  assert.equal(moment([2011, 0, 4]).format('DDDo'), '4 වැනි', '4 වැනි');