chore(e2e): Remove log

This commit is contained in:
Aaron Klinker
2024-02-21 08:13:21 -06:00
parent 905bfc7a38
commit 4fda203def
-1
View File
@@ -84,7 +84,6 @@ describe('Analysis', () => {
keepArtifacts: true,
},
});
console.log(project.root);
expect(await project.fileExists('stats/bundle.html')).toBe(true);
expect(await project.fileExists('stats/bundle-0.json')).toBe(true);