File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/@internationalized/date/src/calendars Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3434 "test:ssr" : " cross-env STRICT_MODE=1 yarn jest --runInBand --config jest.ssr.config.js" ,
3535 "ci-test" : " cross-env STRICT_MODE=1 yarn jest --maxWorkers=2 && cross-env STRICT_MODE=1 yarn test:ssr --runInBand" ,
3636 "lint" : " concurrently \" yarn check-types\" \" eslint packages\" \" node scripts/lint-packages.js\" \" yarn constraints\" " ,
37- "jest" : " jest packages/@react-spectrum/datepicker/test/DatePickerBase.test.js " ,
37+ "jest" : " jest" ,
3838 "copyrights" : " babel-node --presets @babel/env ./scripts/addHeaders.js" ,
3939 "build:icons" : " babel-node --presets @babel/env ./scripts/buildIcons.js" ,
4040 "clean:icons" : " babel-node --presets @babel/env ./scripts/cleanIcons.js" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export class BuddhistCalendar extends GregorianCalendar {
4949 getDaysInMonth ( date : AnyCalendarDate ) : number {
5050 return super . getDaysInMonth ( toGregorian ( date ) ) ;
5151 }
52-
5352 balanceDate ( ) : void { }
5453}
5554
You can’t perform that action at this time.
0 commit comments