chore: Remove log in tests

This commit is contained in:
Aaron Klinker
2024-06-11 17:43:21 -05:00
parent 34ea23030b
commit eb3b9bc334
-1
View File
@@ -114,7 +114,6 @@ describe('Zipping', () => {
browser: 'firefox',
});
await extract(sourcesZip, { dir: unzipDir });
console.log(unzipDir); // TODO: Remove log
expect(await project.fileExists(unzipDir, '.env')).toBe(false);
});