Username Link QR Code
This commit is contained in:
parent
68dfc46185
commit
e1d2dbd8ff
50 changed files with 2187 additions and 120 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
const chai = require('chai');
|
||||
const chaiAsPromised = require('chai-as-promised');
|
||||
const { usernames } = require('@signalapp/libsignal-client');
|
||||
|
||||
const { Crypto } = require('../ts/context/Crypto');
|
||||
const { setEnvironment, Environment } = require('../ts/environment');
|
||||
|
@ -21,6 +22,7 @@ global.window = {
|
|||
performance,
|
||||
SignalContext: {
|
||||
crypto: new Crypto(),
|
||||
usernames,
|
||||
log: {
|
||||
info: (...args) => console.log(...args),
|
||||
warn: (...args) => console.warn(...args),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue