Skip to content

Commit feebbc7

Browse files
committed
Do not export internal utility function
1 parent 109e75b commit feebbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/calendar/utils/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const monthNameFormatter = ( localeCode: string, timeZone?: string ) =>
77
timeZone,
88
} );
99

10-
export const fullDateFormatter = ( localeCode: string, timeZone?: string ) =>
10+
const fullDateFormatter = ( localeCode: string, timeZone?: string ) =>
1111
new Intl.DateTimeFormat( localeCode, {
1212
weekday: 'long',
1313
year: 'numeric',

0 commit comments

Comments
 (0)