mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Enable tsconfig noUncheckedIndexedAccess
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