afterEach(function () {
   setAdapt(x => x);
 });
 beforeEach(function () {
   setAdapt(O.from);
 });