Skip to content

Commit

Permalink
MWPW-142878 make unit test a little better
Browse files Browse the repository at this point in the history
  • Loading branch information
vhargrave committed Sep 19, 2024
1 parent 87f8e46 commit ab52103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scripts/delayed.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ describe('Delayed', () => {
document.querySelector('head')?.insertAdjacentHTML('beforeend', '<meta name="interlinks" content="on">');
loadDelayed([getConfig, getMetadata, loadScript, loadStyle, loadIms])
.then((module) => {
expect(module).to.exist;
expect(typeof module === 'object').to.equal(true);
});
await clock.runAllAsync();
Expand Down

0 comments on commit ab52103

Please sign in to comment.