UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (4 loc) 149 B
import { labelWeekNumber } from './labelWeekNumber'; test('should return the label', () => { expect(labelWeekNumber(2)).toEqual('Week n. 2'); });