summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/meteor/test.js
blob: 6bf706a6028318950873fcf0301354152ea888de (plain)
1
2
3
4
5
'use strict';

Tinytest.add('Moment.is', function (test) {
  test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
});