Skip to content

Commit 390b251

Browse files
committed
debug
1 parent 5558638 commit 390b251

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/functional.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,12 @@ describe('Functional tests using webpack', function() {
8181
this.timeout(10000);
8282

8383
before(function(done) {
84-
console.log('before');
85-
this.timeout(30000);
86-
console.log('before 2');
8784
puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] }).then(_browser => {
88-
console.log('before 3');
8985
browser = _browser;
9086
done();
9187
}).catch(err => {
92-
console.log('before 4');
88+
console.log('Unable to launch Puppeteer');
9389
console.log(err);
94-
console.log('before 5');
9590
throw err;
9691
});
9792
});

0 commit comments

Comments
 (0)