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