all files / src/__tests__/ setup.js

100% Statements 6/6
100% Branches 4/4
100% Functions 2/2
100% Lines 4/4
1 branch Ignored     
1 2 3 4 5   209×  
import Validators from '../index'
 
Validators.formatMessage = function(msg) {
  return msg
}