this repo has no description
at migrate-to-react-testing-lib 20 lines 300 B view raw
1export const MILLISECONDS_IN_ONE_DAY = 24 * 60 * 60 * 1000; 2 3export const DAYS_IN_WEEK = 7; 4 5export const MONTH_LABELS = [ 6 'Jan', 7 'Feb', 8 'Mar', 9 'Apr', 10 'May', 11 'Jun', 12 'Jul', 13 'Aug', 14 'Sep', 15 'Oct', 16 'Nov', 17 'Dec', 18]; 19 20export const DAY_LABELS = ['', 'Mon', '', 'Wed', '', 'Fri', ''];