export function onlyIf(condition: Condition): ITestClosures {
  const only = judge(condition);
  return only ? jests.only : jests.base;
}