feat(FN-3595): document live reviewer override behavior in settings and tas
Documents the live reviewer override behavior in the settings reference and task management guides, adding two lines to each file for a total of 4 lines of documentation. Fusion-Task-Id: FN-3595
This commit is contained in:
@@ -195,7 +195,7 @@ export function resolveAffectedPackages(changedFiles, packageNameByDir) {
|
||||
* @returns {string}
|
||||
*/
|
||||
export function cacheFilePath() {
|
||||
return path.join(rootDir, ".fusion", "test-cache.json");
|
||||
return path.join(rootDir, "node_modules", ".cache", "fusion", "test-cache.json");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user