diff --git a/tests/index-spec.js b/tests/index-spec.js index c418be8..147eaba 100644 --- a/tests/index-spec.js +++ b/tests/index-spec.js @@ -4,3 +4,6 @@ import './helpers'; import './runs'; import './types'; import './wrappers'; + +// mock console warn (we don't need no education - from formly ;] ) +console.warn = function() {};