chore(overlays): remove fake passing expect

This commit is contained in:
Joren Broekema 2020-04-02 12:06:15 +02:00 committed by Thomas Allmer
parent 53a21f2baa
commit 1698530441

View file

@ -191,8 +191,6 @@ export function runOverlayMixinSuite({ /* tagString, */ tag, suffix = '' }) {
expect(contentNode).to.not.be.undefined; expect(contentNode).to.not.be.undefined;
expect(contentNode.innerText).to.equal('content of the nested overlay'); expect(contentNode.innerText).to.equal('content of the nested overlay');
} }
expect(true).to.be.true;
}); });
}); });
} }