1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-25 14:23:50 +01:00
lune/tests/datetime/now.luau

7 lines
190 B
Text

local DateTime = require("@lune/datetime")
local TYPE = "DateTime"
local now = DateTime.now()
assert(typeof(now) == TYPE, `dateTime.now() should return a {TYPE}, returned {typeof(now)}`)