ledgerrb/public/app/bower_components/moment/meteor/test.js
2015-02-04 16:08:32 +01:00

5 lines
136 B
JavaScript

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