Make tests time zone independent

This commit is contained in:
Cadence Ember 2025-10-07 14:09:50 -05:00
parent 7916f82b55
commit 5b7433de32
3 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@ reg.namespaces = {
aliases: [{regex: "#_ooye_.*:cadence.moe", exclusive: true}]
}
reg.ooye.bridge_origin = "https://bridge.example.org"
reg.ooye.time_zone = "Pacific/Auckland"
const sync = new HeatSync({watchFS: false})