Code coverage report for test/unit/helper.js

Statements: 100% (5 / 5)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (3 / 3)      Ignored: none     

All files » test/unit/ » helper.js
1 2 3 4 5 6 7 8           
import 'angular';
import 'angular-mocks';
import 'materialize-css/dist/js/materialize.js';
 
const testsContext = require.context('../../app', true, /\.spec\.js$/);
testsContext.keys().forEach(testsContext);