IOP-Patho/vendor/bower-asset/moment/meteor/test.js

6 lines
136 B
JavaScript
Raw Normal View History

2025-07-17 08:28:28 +00:00
'use strict';
Tinytest.add('Moment.is', function (test) {
test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
});