|
|
@ -567,7 +567,7 @@ module.exports = class TestTab extends ViewPlugin { |
|
|
|
this.updateFinalResult(error, result, testFilePath) |
|
|
|
this.updateFinalResult(error, result, testFilePath) |
|
|
|
callback(error) |
|
|
|
callback(error) |
|
|
|
}, (url, cb) => { |
|
|
|
}, (url, cb) => { |
|
|
|
return this.contentImport.resolveAndSave(url, null, this.testRunner).then((result) => cb(null, result)).catch((error) => cb(error.message)) |
|
|
|
return this.contentImport.resolveAndSave(url).then((result) => cb(null, result)).catch((error) => cb(error.message)) |
|
|
|
}, { testFilePath } |
|
|
|
}, { testFilePath } |
|
|
|
) |
|
|
|
) |
|
|
|
}).catch((error) => { |
|
|
|
}).catch((error) => { |
|
|
|