diff --git a/src/adapter.js b/src/adapter.js index 2a1c84c..80eabf6 100644 --- a/src/adapter.js +++ b/src/adapter.js @@ -24,9 +24,7 @@ var modulePath = karma.config.jspm.expandedFiles[i]; var promise = System['import'](extractModuleName(modulePath)) ['catch'](function(e){ - setTimeout(function() { - throw e; - }); + throw e; }); promises.push(promise); }