Commit 7ea0b73c authored by Paul Slaughter's avatar Paul Slaughter

Add comment explaining call twice

parent 4b73997f
......@@ -18,6 +18,7 @@ describe('~/lib/utils/favicon', () => {
it('initializes only once when called', async () => {
expect(FaviconOverlayManager.initialize).not.toHaveBeenCalled();
// Call twice so we can make sure initialize is only called once
await call();
await call();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment