update steps

This commit is contained in:
Matt Hill
2023-05-15 15:13:28 -06:00
parent ad203acf21
commit 9c87b350d7
5 changed files with 7 additions and 14 deletions

View File

@@ -101,7 +101,6 @@ describe("values", () => {
inputmode: "date",
min: null,
max: null,
step: null,
})
const validator = value.validator
validator.unsafeCast("2021-01-01")
@@ -116,7 +115,6 @@ describe("values", () => {
inputmode: "date",
min: null,
max: null,
step: null,
})
const validator = value.validator
validator.unsafeCast("2021-01-01")