fix karma tests

This commit is contained in:
Tim Lancina
2015-08-07 16:43:42 -05:00
parent f3839f9769
commit ef5f50883a
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ Promise.all(
.filter(onlySpecFiles)
.map(window.file2moduleName) // Normalize paths to module names.
.map(function(path) {
debugger;
return System.import(path).then(function(module) {
if (module.hasOwnProperty('run')) {
module.run();