// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FormattedTime should fallback to default short format for unsupported locale of react-intl 1`] = `
8:47 AM
`;
exports[`FormattedTime should fallback to default short format for unsupported locale of react-intl 2`] = `
8:47
`;
exports[`FormattedTime should render correctly 1`] = `
7:02 PM
`;
exports[`FormattedTime should render correctly 2`] = `
19:02
`;
exports[`FormattedTime should support localization 1`] = `
7:02 PM
`;
exports[`FormattedTime should support localization 2`] = `
오후 7:02
`;
exports[`FormattedTime should support localization 3`] = `
19:02
`;