mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-22 16:50:45 +08:00
parent
20e390af85
commit
576edb53bb
@ -35,9 +35,10 @@ describe('check_reqs', function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
describe('check_android', 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 () {
|
beforeEach(function () {
|
||||||
delete process.env.ANDROID_HOME;
|
delete process.env.ANDROID_HOME;
|
||||||
|
delete process.env.ANDROID_SDK_ROOT;
|
||||||
});
|
});
|
||||||
describe('even if no Android binaries are on the PATH', function () {
|
describe('even if no Android binaries are on the PATH', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user