Skip to content

Commit 28f4f76

Browse files
authored
(#8684) - remove cordova test references
These tests were removed in 2016 (7f16da9). Co-authored-by: alxndrsn <alxndrsn>
1 parent c8e532e commit 28f4f76

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/integration/deps/*.js
2-
tests/integration/cordova/**/*.js
32
tests/performance-bundle.js
43
tests/fuzzy/seedrandom.min.js
54
tests/integration/utils-bundle.js

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ coverage
1111
bower_components
1212
.idea/
1313
.vscode/
14-
tests/integration/cordova/www
1514
tests/pouchdb_server
1615
tests/performance-bundle.js
1716
packages/node_modules/pouchdb/dist/*

tests/common-utils.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ commonUtils.asyncLoadScript = function (url) {
148148
};
149149

150150
commonUtils.couchHost = function () {
151-
if (typeof window !== 'undefined' && window.cordova) {
152-
// magic route to localhost on android emulator
153-
return 'http://10.0.2.2:5984';
154-
}
155-
156151
if (typeof window !== 'undefined' && window.COUCH_HOST) {
157152
return window.COUCH_HOST;
158153
}

0 commit comments

Comments
 (0)