Files
faveo/public/lb-faveo/plugins/moment-develop/meteor/test.js
2016-01-27 19:46:55 +05:30

6 lines
136 B
JavaScript
Vendored

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