Files
volleyball-dev-frontend/node_modules/react-day-picker/src/contexts/DayPicker/labels/labelNext.test.ts
2025-06-02 16:42:16 +00:00

6 lines
137 B
TypeScript

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