const removeManifestsWithoutFiles = (standardJson) => {
  if (!standardJson.items || testHasFiles(standardJson)) {
    return
  }