Skip to content

Commit

Permalink
test(botonic-react): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Dec 18, 2024
1 parent a343882 commit d11ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/botonic-react/tests/webchat/storage.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('TEST: storage', () => {
expect(botonicState.session.user).toHaveProperty('id' && 'name')
expect(botonicState).toHaveProperty('messages', [])
expect(botonicState).toHaveProperty('session')
expect(botonicState).toHaveProperty('lastRoutePath', null)
expect(botonicState.lastRoutePath).toBe(undefined)
expect(botonicState).toHaveProperty('devSettings', {
keepSessionOnReload: false,
})
Expand Down

0 comments on commit d11ba35

Please sign in to comment.