mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
remove stray debugger
This commit is contained in:
parent
0036550ae8
commit
a67a34a06c
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ describe('Navigation', () => {
|
|||
const twoMin = 2 * 60 * 1000;
|
||||
expect(setTimeout).toHaveBeenLastCalledWith(expect.any(Function), twoMin);
|
||||
expect(navInstance.messageCountTimeoutId).not.toEqual(-1);
|
||||
debugger;
|
||||
navInstance.componentWillUnmount();
|
||||
expect(clearTimeout).toHaveBeenCalledWith(expect.any(Number));
|
||||
expect(navInstance.messageCountTimeoutId).toEqual(-1);
|
||||
|
|
Loading…
Reference in a new issue