v1.0 with SW PWA enabled
This commit is contained in:
5
frontend/node_modules/react-day-picker/src/contexts/DayPicker/labels/labelNext.test.ts
generated
vendored
Normal file
5
frontend/node_modules/react-day-picker/src/contexts/DayPicker/labels/labelNext.test.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { labelNext } from './labelNext';
|
||||
|
||||
test('should return the label', () => {
|
||||
expect(labelNext()).toEqual('Go to next month');
|
||||
});
|
||||
Reference in New Issue
Block a user