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