Skip to content

Commit bba6025

Browse files
committed
remove helper
1 parent 25c7e56 commit bba6025

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration/test/ParseDistTest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ let page = null;
66
for (const fileName of ['parse.js', 'parse.min.js']) {
77
describe(`Parse Dist Test ${fileName}`, () => {
88
beforeEach(async () => {
9-
// Uncomment to test, setting a timeout with `done` to keep the browser open
10-
// browser = await puppeteer.launch({ args: ['--disable-web-security'], headless:false, devtools: true, userDataDir: path.resolve(__dirname, './myUserDataDir') });
119
browser = await puppeteer.launch({ args: ['--disable-web-security'] });
1210
const context = await browser.createIncognitoBrowserContext();
1311
page = await context.newPage();

0 commit comments

Comments
 (0)