"after": function a(after, worldContext) {
      after(function afterFn(done) {
        if (worldContext.world.hasOwnProperty("after")) {
          worldContext.world.after(done);
          delete worldContext.world.after;