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

Commit

Permalink
refactor: mock console.warn for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Dec 29, 2015
1 parent 3c826ad commit 69f2998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/index-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {};

0 comments on commit 69f2998

Please sign in to comment.