22
schangxiang@126.com
2025-09-16 750194ee76319167ab2f7a96edb9556747313155
1
2
3
4
5
'use strict';
 
Tinytest.add('Moment.is', function (test) {
  test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
});