Skip to content

Commit 256e4a6

Browse files
committed
- Removed stale commented parse tests.
1 parent f706c9c commit 256e4a6

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

test/unit/from-format.test.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,20 +1219,6 @@ describe('DateTime #fromFormat', function() {
12191219
});
12201220
});
12211221

1222-
// it('works with narrow month names when month is specified prior', function() {
1223-
// assert.strictEqual(
1224-
// DateTime.fromFormat('yyyy-MM MMMMM', '2019-06 J').isValid,
1225-
// true
1226-
// );
1227-
// });
1228-
1229-
// it('works with narrow day names when date is specified prior', function() {
1230-
// assert.strictEqual(
1231-
// DateTime.fromFormat('yyyy-MM-dd EEEEE', '2019-01-03 T').isValid,
1232-
// true
1233-
// );
1234-
// });
1235-
12361222
it('creates time only dates from January 01 1970', function() {
12371223
assert.strictEqual(
12381224
DateTime.fromFormat('hh:mm a', '12:00 PM')

0 commit comments

Comments
 (0)