forked from baron/baron-sso
devfront biome 오류 수정
This commit is contained in:
@@ -114,9 +114,7 @@ test.describe("DevFront consents", () => {
|
||||
);
|
||||
await expect
|
||||
.poll(() => state.consents[0]?.rpMetadata?.contract_date)
|
||||
.toBe(
|
||||
dateTimeInputToUnixSeconds("2026-06-10", "date", browserTimeZone),
|
||||
);
|
||||
.toBe(dateTimeInputToUnixSeconds("2026-06-10", "date", browserTimeZone));
|
||||
await expect
|
||||
.poll(() => state.consents[0]?.rpMetadata?.approved_at)
|
||||
.toBe(
|
||||
|
||||
Reference in New Issue
Block a user