We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36148cc commit aae9418Copy full SHA for aae9418
src/dependency-caching.test.ts
@@ -45,7 +45,7 @@ function makeAbsolutePatterns(tmpDir: string, patterns: string[]): string[] {
45
}
46
47
test.serial(
48
- "getCsharpDependencyDirs - does not include BMN dir if FF is enabled",
+ "getCsharpDependencyDirs - does not include BMN dir if FF is disabled",
49
async (t) => {
50
await withTmpDir(async (tmpDir) => {
51
process.env["RUNNER_TEMP"] = tmpDir;
0 commit comments