We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64826f commit a2f4233Copy full SHA for a2f4233
1 file changed
dev-packages/e2e-tests/lib/copyToTemp.ts
@@ -60,7 +60,6 @@ function fixFileLinkDependencies(dependencyObj: Record<string, string>): void {
60
// We add a virtual dir to ensure that the relative depth is consistent
61
// dirPath is relative to ./../test-applications/xxx
62
const newPath = join(__dirname, 'virtual-dir/', dirPath);
63
- console.log({ key, value, newPath });
64
65
dependencyObj[key] = `${prefix}${newPath}`;
66
console.log(`Fixed ${key} dependency to ${newPath}`);
0 commit comments