mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-21 08:12:56 +08:00
parent
20e390af85
commit
576edb53bb
@ -35,9 +35,10 @@ describe('check_reqs', function () {
|
||||
});
|
||||
});
|
||||
describe('check_android', function () {
|
||||
describe('set ANDROID_HOME if not set', function () {
|
||||
describe('find and set ANDROID_HOME when ANDROID_HOME and ANDROID_SDK_ROOT is not set', function () {
|
||||
beforeEach(function () {
|
||||
delete process.env.ANDROID_HOME;
|
||||
delete process.env.ANDROID_SDK_ROOT;
|
||||
});
|
||||
describe('even if no Android binaries are on the PATH', function () {
|
||||
beforeEach(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user