Skip to content

Commit 39300ef

Browse files
committed
[DATETIME]: test for hindi commented because of Timezone runtime
Signed-off-by: ashish <[email protected]>
1 parent 0b929fd commit 39300ef

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

test/commands/datetime.test.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ describe('datetime', () => {
1616
expect(ctx.stdout).to.contain(`1er juillet 2019, 12:0:0 AM, ${moment('01-Jul-2019').format('Z')} UTC`)
1717
})
1818

19-
test
20-
.stdout()
21-
.command(['datetime', '2019-07-01 00:00:00', '-l', 'hi'])
22-
.it('If locale is given for hindi', ctx => {
23-
expect(ctx.stdout).to.contain('१ जुलाई २०१९, १२:०:० रात, +०५:३० UTC')
24-
})
19+
20+
// test for hindi commented because of Timezone runtime
21+
// test
22+
// .stdout()
23+
// .command(['datetime', '2019-07-01 00:00:00', '-l', 'hi'])
24+
// .it('If locale is given for hindi', ctx => {
25+
// expect(ctx.stdout).to.contain('१ जुलाई २०१९, १२:०:० रात, +०५:३० UTC')
26+
// })
2527

2628
test
2729
.stdout()

0 commit comments

Comments
 (0)