Skip to content

Commit 2e68727

Browse files
committed
feat: edit testcase
1 parent 0725f85 commit 2e68727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/formatDate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ describe('date format', function() {
417417
};
418418
var date = {year: 1999, month: 9, date: 9, hour: 0, minute: 2};
419419

420-
expect(formatDate('yyyy-MM-dd a hh:mm', date, option)).toEqual('1999-09-09 오전 00:02');
420+
expect(formatDate('yyyy-MM-dd a hh:mm', date, option)).toEqual('1999-09-09 오전 12:02');
421421
});
422422
it('PM -> 오후', function() {
423423
var option = {

0 commit comments

Comments
 (0)