Skip to content

Commit 5f30830

Browse files
committed
revert beforeAll to original state
1 parent b01af7d commit 5f30830

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ const setupBrowserPage = (async () => {
4646
return { browser, page };
4747
})();
4848

49-
beforeAll(() => {
50-
console.log('>>> beforeAll');
51-
setupBrowserPage;
52-
});
49+
beforeAll(() => setupBrowserPage);
5350

5451
afterAll(async () => {
5552
console.log('>>> afterAll');

0 commit comments

Comments
 (0)