Files
cagettepei/www/bower_components/moment/meteor/test.js
T
2020-09-26 18:25:18 +00:00

6 lines
141 B
JavaScript
Executable File

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