Tests: align approval runtime helpers

This commit is contained in:
Gustavo Madeira Santana
2026-04-07 15:36:22 -04:00
parent 0995ee0134
commit ad6bfc44d5
8 changed files with 183 additions and 1174 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -173,7 +173,7 @@ describe("matrix native approval adapter", () => {
createdAtMs: 0,
expiresAtMs: 1000,
},
}),
} as never),
).toBe(true);
});