Skip to content

Commit b650d9e

Browse files
committed
debug
1 parent 6994e2a commit b650d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ describe('Functional tests using webpack', function() {
8888
console.log('before 3');
8989
browser = _browser;
9090
done();
91+
}).catch(err => {
92+
console.log('before 4');
93+
throw err;
9194
});
9295
});
9396

0 commit comments

Comments
 (0)