diff --git a/test/root.js b/test/root.js index f48fbcd2..787d3a44 100644 --- a/test/root.js +++ b/test/root.js @@ -63,6 +63,9 @@ module.exports = (callback, options) => { } catch(ex) { + if(options.showExceptions) + console.error(ex); + isValid(f, isValid => isValid(false, ex)); } })