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 1f3f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moment/invalid.js
Expand Up @@ -3,7 +3,7 @@ import moment from '../../moment';

module('invalid');

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

0 comments on commit 1f3f345

Please sign in to comment.