chore(overlays): remove fake passing expect
This commit is contained in:
parent
53a21f2baa
commit
1698530441
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue