We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c210e13 commit 0c2787cCopy full SHA for 0c2787c
test/screenshot/screenshot.test.js
@@ -29,11 +29,11 @@ const setupBrowserPage = (async () => {
29
const { browser, page } = await openPage(await webpackCompile(BASE_SCREENSHOT_TEST));
30
console.log('>>> post setupBrowserPage openPage log');
31
32
- for (const filename of await fs.readdir(IMAGE_DIR)) {
33
- if (filename.endsWith('-old.png')) {
34
- await fs.unlink(`${ IMAGE_DIR }/${ filename }`);
35
- }
36
+ // for (const filename of await fs.readdir(IMAGE_DIR)) {
+ // if (filename.endsWith('-old.png')) {
+ // await fs.unlink(`${ IMAGE_DIR }/${ filename }`);
+ // }
37
console.log('>>> post setupBrowserPage for...of log');
38
39
await page.evaluate(() => {
0 commit comments