Skip to content

Commit 32958dc

Browse files
committed
fix tests
1 parent c0681ba commit 32958dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/support/hooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function clean () {
3636
}
3737
catch (error) {
3838
// rethrow to get a readable error
39+
console.error(error); // eslint-disable-line no-console
3940
throw error;
4041
}
4142

0 commit comments

Comments
 (0)