Skip to content

Commit

Permalink
Merge pull request forcedotcom#86 from maliroteh-sf/main
Browse files Browse the repository at this point in the history
chore: update script and unit test
  • Loading branch information
maliroteh-sf authored May 29, 2024
2 parents 2b02c1b + c2b5836 commit 68a0d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"format": "wireit",
"format:check": "wireit",
"lint": "wireit",
"postinstall": "yarn husky install",
"prepare": "husky install",
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
"prepack": "yarn clean-all && npm run sf-prepack",
"sf-prepack": "sf-prepack",
Expand Down
2 changes: 2 additions & 0 deletions test/unit/common/AndroidUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ describe('Android utils', () => {
};

beforeEach(() => {
stubMethod($$.SANDBOX, CommonUtils, 'delay').returns(Promise.resolve());

stubMethod($$.SANDBOX, AndroidUtils, 'getAndroidSdkRoot').returns({
rootLocation: mockAndroidHome,
rootSource: AndroidSDKRootSource.androidHome
Expand Down

0 comments on commit 68a0d8f

Please sign in to comment.