Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Feb 18, 2024
1 parent 18aba13 commit 2f56f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/moment/invalid.js
Expand Up @@ -3,6 +3,7 @@ import moment from '../../moment';

module('invalid');


test('invalid', function (assert) {
var m = moment.invalid();
assert.equal(m.isValid(), false);
Expand Down

0 comments on commit 2f56f53

Please sign in to comment.