mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Add an assertion when updating conversations; update cleanData
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
/* eslint-disable no-console */
|
||||
|
||||
const { setEnvironment, Environment } = require('../ts/environment');
|
||||
|
||||
before(() => {
|
||||
setEnvironment(Environment.Test);
|
||||
});
|
||||
|
||||
// To replicate logic we have on the client side
|
||||
global.window = {
|
||||
log: {
|
||||
|
||||
Reference in New Issue
Block a user