mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-15 15:40:53 +01:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
'use strict';
|
|
|
|
Tinytest.add('Moment.is', function (test) {
|
|
test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
|
|
});
|