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

                const {locale, formats} = config;