mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
handling am/pm
This commit is contained in:
@@ -14,6 +14,5 @@ describe("Can properly handle expected date formats", () => {
|
||||
const dateString = "8/27/2024 23:95:00"
|
||||
const dateObject = getDateFromString(dateString)
|
||||
expect(dateObject).not.toBeUndefined()
|
||||
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user