Updated ANDROID_HOME Test to Follow #656 Change (#673)

This commit is contained in:
エリス 2019-02-18 09:34:55 +09:00 committed by GitHub
parent 20e390af85
commit 576edb53bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () {