Commit 0ea42840 authored by Robert Knight's avatar Robert Knight

Remove unnecessary selective `$restore` call

parent 89109487
......@@ -58,7 +58,7 @@ describe('anchoring', function () {
});
after(() => {
guestImports.$restore({ './cross-frame': true });
guestImports.$restore();
});
beforeEach(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment