cordova-android/spec/unit
Raphael von der Grün 671e1fd1c6
refactor: remove copied Adb.install from emulator.install (#1108)
`emulator.install` contains a copy of the code of `Adb.install` just to
be able to pass custom options to `execa`.

This change removes that duplicated code in favor of a new option in
`Adb.install` that allows to pass options through to `execa`.
2020-11-17 09:06:44 +01:00
..
builders fix: GH-873 App bundle builds to obey command-line arguments (#941) 2020-04-01 01:59:39 -03:00
config Feature: JVM Args flag (#948) 2020-04-16 09:39:22 -03:00
pluginHandlers fix(pluginHandlers): properly check if path is inside another (#1014) 2020-07-08 23:31:16 +02:00
Adb.spec.js refactor (eslint): use cordova-eslint (#910) 2020-01-31 22:02:48 +09:00
android_sdk.spec.js fix: Plugin install fails when preview sdk is installed (#985) 2020-06-18 09:58:14 -03:00
AndroidManifest.spec.js chore(eslint): bump package & apply eslint fix (#955) 2020-04-15 12:36:40 +09:00
AndroidProject.spec.js Fixes build & run related bugs from builder refactor PR #461 (#490) 2018-09-06 11:06:18 +09:00
Api.spec.js test: fix unit test failures for certain random orders (#1094) 2020-10-19 10:38:37 +02:00
check_reqs.spec.js test: fix unit test failures for certain random orders (#1094) 2020-10-19 10:38:37 +02:00
create.spec.js Remove unnecessary stuff (#1015) 2020-07-03 18:53:10 +02:00
device.spec.js refactor: do not kill adb on UNIX-like systems (#1103) 2020-10-22 18:03:28 +02:00
emulator.spec.js refactor: remove copied Adb.install from emulator.install (#1108) 2020-11-17 09:06:44 +01:00
jasmine.json test: use verbose spec reporter (#778) 2019-07-14 15:36:46 -04:00
prepare.spec.js test: ensure single top-level describe block in test file (#1094) 2020-10-19 10:01:09 +02:00
retry.spec.js Add unit tests for run and retryPromise 2018-06-20 13:24:50 +02:00
run.spec.js refactor: save ProjectBuilder instance in Api instance (#1016) 2020-07-03 18:54:24 +02:00