mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-10978 Fix file-transfer.tests JSHint issues
This commit is contained in:
+2
-2
@@ -770,7 +770,7 @@ exports.defineAutoTests = function () {
|
||||
var downloadFail = function() {
|
||||
unexpectedCallbacks.httpFail();
|
||||
done();
|
||||
}
|
||||
};
|
||||
|
||||
// This is an undocumented interface to File which exists only for testing
|
||||
// backwards compatibilty. By obtaining the raw filesystem path of the download
|
||||
@@ -1223,7 +1223,7 @@ exports.defineAutoTests = function () {
|
||||
var uploadFail = function() {
|
||||
unexpectedCallbacks.httpFail();
|
||||
done();
|
||||
}
|
||||
};
|
||||
|
||||
var internalFilePath;
|
||||
if (specContext.root.toInternalURL) {
|
||||
|
||||
Reference in New Issue
Block a user