mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 17:23:23 -05:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Tinytest.add('Moment.is', function (test) {
|
||
|
test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
|
||
|
});
|