We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f46b3 commit 0467859Copy full SHA for 0467859
test/test_container.ts
@@ -26,5 +26,6 @@ export function resetForTest(namespace?: NamespaceNameAsString, cacheDir: string
26
parsedData.deployments[parsedData.currentDeploymentName].namespace = namespace;
27
}
28
29
+ fs.writeFileSync(path.join(cacheDirectory, localConfigFile), yaml.stringify(parsedData));
30
resetTestContainer(cacheDir);
31
0 commit comments