mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: test case update
This commit is contained in:
parent
436fb3dd33
commit
ec56f7e1da
@ -342,9 +342,9 @@ test('formula:date', async () => {
|
|||||||
'CONCATENATE(STARTOF("2023-02-28", "day"), "," ,ENDOF("2023-02-28", "day"))'
|
'CONCATENATE(STARTOF("2023-02-28", "day"), "," ,ENDOF("2023-02-28", "day"))'
|
||||||
)
|
)
|
||||||
).toBe(
|
).toBe(
|
||||||
`${moment('2023-02-28').startOf('day').toDate()},${moment('2023-02-28')
|
`${moment('2023-02-28').startOf('day').format()},${moment('2023-02-28')
|
||||||
.endOf('day')
|
.endOf('day')
|
||||||
.toDate()}`
|
.format()}`
|
||||||
);
|
);
|
||||||
expect(
|
expect(
|
||||||
await evalFormual(
|
await evalFormual(
|
||||||
|
Loading…
Reference in New Issue
Block a user