code from amapei
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
Tinytest.add('Moment.is', function (test) {
|
||||
test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
|
||||
});
|
||||
Reference in New Issue
Block a user