// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`VDatePicker.ts should handle date range picker with null value 1`] = `
 
`; exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] = `
2005
Tue, Nov 1
S M T W T F S
`; exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
2005
Tue, Nov 1
S M T W T F S
`; exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
2013
Tue, May 7
S M T W T F S
`; exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
2013
Tue, May 7
S M T W T F S
`; exports[`VDatePicker.ts should match snapshot with year icon 1`] = `
2005
Tue, Nov 1
`; exports[`VDatePicker.ts should render component with min/max props 1`] = `
2013
Mon, Jan 7
S M T W T F S
`; exports[`VDatePicker.ts should render component with min/max props 2`] = `
2013
Mon, Jan 7
S M T W T F S
`; exports[`VDatePicker.ts should render component with min/max props 3`] = `
2013
Mon, Jan 7
S M T W T F S
  • 2013
`; exports[`VDatePicker.ts should render disabled picker 1`] = `
2013
Tue, May 7
S M T W T F S
`; exports[`VDatePicker.ts should render flat picker 1`] = `
2013
Tue, May 7
S M T W T F S
`; exports[`VDatePicker.ts should render picker with elevation 1`] = `
2013
Tue, May 7
S M T W T F S
`; exports[`VDatePicker.ts should render readonly picker 1`] = `
2013
Tue, May 7
S M T W T F S
`;