Add explanation about maxStartDate and minEndDate,

Refactor calc max and min functions
This commit is contained in:
leigh-mil
2019-09-26 15:23:49 -04:00
parent f840bbb941
commit a8635e8c8b
2 changed files with 34 additions and 22 deletions

View File

@@ -8,6 +8,12 @@ import { makeTestWrapper } from '../../test_utils/component_test_helpers'
const PopDateRangeWrapper = makeTestWrapper({
components: { PopDateRange },
templatePath: 'pop_date_range.html',
data: function() {
return {
initialMinStartDate: '2019-09-14',
initialMaxEndDate: '2022-09-14',
}
},
})
describe('PopDateRange Test', () => {