feat: update tool-chain to latest (#7975)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Shivam Mishra
2023-09-27 14:02:34 +05:30
committed by GitHub
parent e8b7e791a5
commit a88d155dd7
162 changed files with 3566 additions and 2884 deletions

View File

@@ -189,7 +189,7 @@ describe('#mutations', () => {
const state = {
uiFlags: { allMessagesLoaded: false },
conversations: {
'454': {
454: {
id: 454,
content: 'hi',
message_type: 0,
@@ -198,7 +198,7 @@ describe('#mutations', () => {
created_at: 1682432667,
conversation_id: 20,
},
'464': {
464: {
id: 464,
content: 'hey will be back soon',
message_type: 3,
@@ -221,7 +221,7 @@ describe('#mutations', () => {
},
]);
expect(state.conversations).toEqual({
'454': {
454: {
id: 454,
content: 'hi',
message_type: 0,
@@ -230,7 +230,7 @@ describe('#mutations', () => {
created_at: 1682432667,
conversation_id: 20,
},
'455': {
455: {
id: 455,
content: 'Hey billowing-grass-423 how are you?',
message_type: 3,
@@ -239,7 +239,7 @@ describe('#mutations', () => {
created_at: 1682432667,
conversation_id: 20,
},
'464': {
464: {
id: 464,
content: 'hey will be back soon',
message_type: 3,