UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (4 loc) 162 B
import { formatWeekNumber } from './formatWeekNumber'; test('should return the formatted week number', () => { expect(formatWeekNumber(10)).toEqual('10'); });