Anyone know if there's a way to mock the DateTimes...
# orm-help
e
Anyone know if there's a way to mock the DateTimes in an integration test when they're set by
@default(now())
? We running jest tests against the database and want to ensure the correct dates are being inserted, and don't want brittle tests.