// this file is only being used by karma require('phantomjs-polyfill'); requireAll((require).context("./", true, /spec.ts$/)); function requireAll(r: any): any { r.keys().forEach(r); }