Skip to content

Commit 1317ef1

Browse files
committed
add setupBrowserPage log
1 parent 78c698d commit 1317ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/screenshot/screenshot.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const USER_AGENTS = {
2525
jest.setTimeout(120000);
2626

2727
const setupBrowserPage = (async () => {
28+
console.log(">>> setupBrowserPage has been invoked");
2829
const { browser, page } = await openPage(await webpackCompile(BASE_SCREENSHOT_TEST));
2930

3031
for (const filename of await fs.readdir(IMAGE_DIR)) {

0 commit comments

Comments
 (0)