Searched refs:relativeFilePath (Results 1 – 6 of 6) sorted by relevance
27 const relativeFilePath = path.relative(__dirname, result.filePath); constant29 expect(result).toMatchSnapshot(relativeFilePath);
33 const relativeFilePath = path.relative(__dirname, result.filePath); constant35 expect(result).toMatchSnapshot(relativeFilePath);
95 const relativeFilePath = path.relative(subPath, file); constant96 const destinationFullPath = path.join(this.to, relativeFilePath);