Files
ServiceManager/frontend/node_modules/react-day-picker/src/contexts/DayPicker/labels/labelNext.test.ts
2026-01-01 17:40:53 +01:00

6 lines
137 B
TypeScript

import { labelNext } from './labelNext';
test('should return the label', () => {
expect(labelNext()).toEqual('Go to next month');
});