diff --git a/moment/moment-tests.ts b/moment/moment-tests.ts index d58a27fe3..dc11eeac8 100644 --- a/moment/moment-tests.ts +++ b/moment/moment-tests.ts @@ -195,6 +195,10 @@ moment.isMoment(); moment.isMoment(new Date()); moment.isMoment(moment()); +moment.isDuration(); +moment.isDuration(new Date()); +moment.isDuration(moment.duration()); + moment.localeData('fr'); moment(1316116057189).fromNow();