UNPKG

react-date-range-headless

Version:

A React component for choosing dates and date ranges. A fork of hypeserver/react-date-range in which the Headless UI Listbox (Select) uses instead html select and options

8 lines (6 loc) 165 B
import Calendar from '../Calendar'; describe('Calendar', () => { test('Should resolve', () => { expect(Calendar).toEqual(expect.anything()); }); });