mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Fix typo and change startup load hash behavior
This commit is contained in:
@@ -224,6 +224,7 @@ describe('App startup hash resolution', () => {
|
||||
expect(node).toHaveTextContent(`channel:${chatChannel.key}:${chatChannel.name}`);
|
||||
}
|
||||
});
|
||||
expect(window.location.hash).toBe('');
|
||||
});
|
||||
|
||||
it('uses Public channel when hash is empty and reopen preference is disabled', async () => {
|
||||
@@ -253,5 +254,6 @@ describe('App startup hash resolution', () => {
|
||||
expect(node).toHaveTextContent(`channel:${publicChannel.key}:Public`);
|
||||
}
|
||||
});
|
||||
expect(window.location.hash).toBe('');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user