Add an assertion when updating conversations; update cleanData
This commit is contained in:
parent
73a304faba
commit
bc37b5c907
23 changed files with 749 additions and 79 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue