all files / src/ test.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 1/1
100% Lines 4/4
1 2 3 4 5 6 7 8       
// this file is only being used by karma
require('phantomjs-polyfill');
requireAll(require.context("./", true, /spec.ts$/));
function requireAll(r) {
    r.keys().forEach(r);
}