refactor!: do not copy JS lib to platform project (#1269)

This commit is contained in:
Raphael von der Grün
2021-07-13 11:01:50 +02:00
committed by GitHub
parent f6d1deeff6
commit 16ff6e1b2f
105 changed files with 89 additions and 75 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ describe('android_sdk', () => {
let execaSpy;
beforeEach(() => {
android_sdk = rewire('../../bin/templates/cordova/lib/android_sdk');
android_sdk = rewire('../../lib/android_sdk');
execaSpy = jasmine.createSpy('execa');
android_sdk.__set__('execa', execaSpy);
});