Added IsDuration tests

This commit is contained in:
apathytomorrow
2015-01-28 15:27:34 +00:00
parent b9318019f8
commit 3fdfa45029
+4
View File
@@ -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();