test.each(a)('format %s', (formatString, expectedDate) => {
  const b = moment(new Date(2010, 1, 14, 15, 25, 50, 125));
  assert.equal(
    b.format(formatString),
    expectedDate,