it('formats a date with options', () => {
                const date   = new Date();
                const format = 'year-only';

                const {locale, formats} = config;