Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Drashti Modasara authored and Drashti Modasara committed Nov 30, 2023
1 parent e0c6fe3 commit 315256d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/features/genfill/genfill-interactive.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('genfill variant of interactive marquee', () => {
a.click();
expect(a.style.display).to.equal('none');
expect(a.nextElementSibling.style.display).to.equal('block');
console.log(im);
});

it('should call the callback after a delay', async () => {
Expand Down

0 comments on commit 315256d

Please sign in to comment.