test.each(arraysForTest)('objFormatTest', (before, after) => {
  const fileBeforePath = `${testDirPath}/${before}`;
  const fileAfterPath = `${testDirPath}/${after}`;
  const rightAnswerPath = `${rightAnswersDirPath}/objFormat`;
  const format = 'obj';