Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 69f2998

Browse files
author
Kamil Kisiela
committed
refactor: mock console.warn for tests
1 parent 3c826ad commit 69f2998

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/index-spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ import './helpers';
44
import './runs';
55
import './types';
66
import './wrappers';
7+
8+
// mock console warn (we don't need no education - from formly ;] )
9+
console.warn = function() {};

0 commit comments

Comments
 (0)