Searched refs:expectedFilePath (Results 1 – 2 of 2) sorted by relevance
11 const expectedFilePath = path.join(dataDirPath.pathname, dirName, 'expected.html'); constant13 const expected = fs.readFileSync(expectedFilePath).toString();
609 content, err := ioutil.ReadFile(expectedFilePath(path, format))626 return ioutil.WriteFile(expectedFilePath(path, format), []byte(content), 0666)631 func expectedFilePath(path string, format outputFormat) string { func