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