mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
@@ -17,7 +17,7 @@ const assertEqualBuffers = (a: Uint8Array, b: Uint8Array) => {
|
||||
assert.isTrue(constantTimeEqual(a, b));
|
||||
};
|
||||
|
||||
describe('Key generation', function thisNeeded() {
|
||||
describe('Key generation', function (this: Mocha.Suite) {
|
||||
const count = 10;
|
||||
const ourServiceId = normalizeAci(
|
||||
'aaaaaaaa-bbbb-4ccc-9ddd-eeeeeeeeeeee',
|
||||
|
||||
Reference in New Issue
Block a user