mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Adds debugging utilities in dev/beta environments
This commit is contained in:
@@ -9,6 +9,8 @@ import { sync } from 'fast-glob';
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { getSignalProtocolStore } from '../../SignalProtocolStore';
|
||||
|
||||
window.assert = assert;
|
||||
|
||||
// This is a hack to let us run TypeScript tests in the renderer process. See the
|
||||
@@ -26,3 +28,5 @@ window.testUtilities = {
|
||||
}).forEach(require);
|
||||
},
|
||||
};
|
||||
|
||||
window.getSignalProtocolStore = getSignalProtocolStore;
|
||||
|
||||
Reference in New Issue
Block a user