test('weeks year starting sunday formatted', () => {
  assert.equal(
    moment([2012, 0, 1]).format('w ww wo'),
    '১ ০১ ১',
    'Jan  1 2012 should be week 1'