Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Malyhin committed Oct 15, 2024
1 parent b0bbe94 commit b154b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ilc/client/CssTrackedApps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ describe('CssTrackedApp', function () {
let link = document.querySelector(`link[href="${cssLink}"]`);
expect(link.getAttribute(CssTrackedApp.linkUsagesAttribute)).to.equal('1');

// Dispatch the BEFORE_ROUTING event
window.dispatchEvent(new Event(ilcEvents.BEFORE_ROUTING));
await newApp.unmount();

Expand Down

0 comments on commit b154b11

Please sign in to comment.