schangxiang@126.com
6 天以前 068a221025ffe209b25f00642f9bcd1e28861fe0
1
2
3
4
5
'use strict';
 
Tinytest.add('Moment.is', function (test) {
  test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
});