test(router): enable running the campaign in non-ES6 browsers
Closes #15806.
This commit is contained in:
parent
83527fd4fb
commit
46ce3317c3
|
@ -71,4 +71,4 @@ Promise
|
||||||
return Promise.all(
|
return Promise.all(
|
||||||
allSpecFiles.map(function(moduleName) { return System.import(moduleName); }));
|
allSpecFiles.map(function(moduleName) { return System.import(moduleName); }));
|
||||||
})
|
})
|
||||||
.then(__karma__.start, (v) => console.error(v));
|
.then(__karma__.start, function(v) { console.error(v); });
|
||||||
|
|
Loading…
Reference in New Issue