mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Enable tsconfig noUncheckedIndexedAccess
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -170,7 +170,7 @@ describe('sql/notificationProfiles', () => {
|
||||
|
||||
const twoProfiles = await getAllNotificationProfiles();
|
||||
assert.lengthOf(twoProfiles, 2);
|
||||
assert.strictEqual(twoProfiles[1].deletedAtTimestampMs, timestamp);
|
||||
assert.strictEqual(twoProfiles[1]?.deletedAtTimestampMs, timestamp);
|
||||
});
|
||||
|
||||
it('can update a profile', async () => {
|
||||
|
||||
Reference in New Issue
Block a user