Enable tsconfig noUncheckedIndexedAccess

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-16 12:20:58 -05:00
committed by GitHub
parent 279a69f3b3
commit 5684e0d0aa
311 changed files with 2146 additions and 1589 deletions

View File

@@ -17,7 +17,7 @@ describe('getConversationInDirection', () => {
fakeConversation(true),
fakeConversation(true),
fakeConversation(),
];
] as const;
describe('searching for any conversation', () => {
const up: ToFindType = {
@@ -107,7 +107,7 @@ describe('getConversationInDirection', () => {
fakeConversation(),
fakeConversation(),
fakeConversation(),
];
] as const;
it('returns undefined if there are no conversations', () => {
assert.isUndefined(getConversationInDirection([], up, undefined));