We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1542a63 commit bbcd8b4Copy full SHA for bbcd8b4
tests/build/android/prepare_android_tests.py
@@ -124,12 +124,8 @@ def test_301_prepare_android_platform_specific_files(self):
124
assert not File.exists(app_path + 'app.android.css')
125
126
def test_310_prepare_should_flatten_scoped_dependencies(self):
127
- Tns.create_app(self.app_name)
128
- Tns.platform_add_android(attributes={"--path": self.app_name,
129
- "--frameworkPath": ANDROID_RUNTIME_PATH
130
- })
131
-
132
- Tns.plugin_add("nativescript-angular", attributes={"--path": self.app_name})
+ Tns.create_app_ng(self.app_name)
+ Tns.platform_add_android(attributes={"--path": self.app_name, "--frameworkPath": ANDROID_RUNTIME_PATH})
133
Tns.prepare_android(attributes={"--path": self.app_name})
134
135
# Verify scoped dependencies are flattened (verify #1783 is fixed)
0 commit comments