mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fic error karma conf viewer RC1
This commit is contained in:
parent
75a38d5c54
commit
ac7a6debd1
@ -26,7 +26,7 @@ var packageNames = [
|
|||||||
'@angular/router',
|
'@angular/router',
|
||||||
'@angular/router-deprecated',
|
'@angular/router-deprecated',
|
||||||
'@angular/testing',
|
'@angular/testing',
|
||||||
'@angular/upgrade',
|
'@angular/upgrade'
|
||||||
];
|
];
|
||||||
|
|
||||||
packageNames.forEach(function(pkgName) {
|
packageNames.forEach(function(pkgName) {
|
||||||
@ -54,7 +54,7 @@ System.import('@angular/platform-browser/src/browser/browser_adapter')
|
|||||||
__karma__.start();
|
__karma__.start();
|
||||||
},
|
},
|
||||||
function(error) {
|
function(error) {
|
||||||
if(typeof __karma__.error == 'fucntion') {
|
if(typeof __karma__.error == 'function') {
|
||||||
__karma__.error(error.stack || error);
|
__karma__.error(error.stack || error);
|
||||||
}else{
|
}else{
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user