mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +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"))'
|
||||
)
|
||||
).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')
|
||||
.toDate()}`
|
||||
.format()}`
|
||||
);
|
||||
expect(
|
||||
await evalFormual(
|
||||
|
Loading…
Reference in New Issue
Block a user