mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 21:13:01 +03:00
Added context (#4557)
This commit is contained in:
parent
872fb2bd49
commit
9f6c578a46
@ -33,7 +33,7 @@ describe('useEmailThread', () => {
|
||||
expect(result.current.viewableEmailThreadId).toBe(viewableEmailThreadId);
|
||||
});
|
||||
|
||||
it('should close email thread', () => {
|
||||
it('should close email thread if trying to open the same thread id', () => {
|
||||
const { result } = renderHook(
|
||||
() => {
|
||||
const emailThread = useEmailThread();
|
||||
|
Loading…
Reference in New Issue
Block a user