Code coverage report for src/each.js

Statements: 100% (4 / 4)      Branches: 100% (4 / 4)      Functions: 100% (1 / 1)      Lines: 100% (1 / 1)      Ignored: 1 branch     

All files » src/ » each.js
1 2 3 4 5         
import forEach from './forEach';
 
 
export default forEach;