mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix karma tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user